Skip to content

Commit 54fc9c2

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 966633f commit 54fc9c2

2 files changed

Lines changed: 45 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/dev-sec/openstack-baseline/tree/1.0.0) (2020-06-18)
4+
5+
[Full Changelog](https://github.com/dev-sec/openstack-baseline/compare/0f1838390f4d01832fde46cbe9cb91eb6bb7e009...1.0.0)
6+
7+
**Closed issues:**
8+
9+
- No schema.json in glance [\#12](https://github.com/dev-sec/openstack-baseline/issues/12)
10+
11+
**Merged pull requests:**
12+
13+
- github actions release [\#23](https://github.com/dev-sec/openstack-baseline/pull/23) ([micheelengronne](https://github.com/micheelengronne))
14+
- Update issue templates [\#22](https://github.com/dev-sec/openstack-baseline/pull/22) ([rndmh3ro](https://github.com/rndmh3ro))
15+
- use recommended spdx license identifier [\#21](https://github.com/dev-sec/openstack-baseline/pull/21) ([chris-rock](https://github.com/chris-rock))
16+
- update metadata [\#20](https://github.com/dev-sec/openstack-baseline/pull/20) ([chris-rock](https://github.com/chris-rock))
17+
- Remove puts statement [\#19](https://github.com/dev-sec/openstack-baseline/pull/19) ([edtubillara](https://github.com/edtubillara))
18+
- Lint project [\#17](https://github.com/dev-sec/openstack-baseline/pull/17) ([chris-rock](https://github.com/chris-rock))
19+
- Refactored object inspec checks [\#16](https://github.com/dev-sec/openstack-baseline/pull/16) ([narengan](https://github.com/narengan))
20+
- converted swift config file owner to variable [\#15](https://github.com/dev-sec/openstack-baseline/pull/15) ([narengan](https://github.com/narengan))
21+
- Implement Ceilometer and AODH controls based on Cinder [\#14](https://github.com/dev-sec/openstack-baseline/pull/14) ([edtubillara](https://github.com/edtubillara))
22+
- Implement Heat controls based on Cinder [\#13](https://github.com/dev-sec/openstack-baseline/pull/13) ([edtubillara](https://github.com/edtubillara))
23+
- Add attribute for glance config files [\#11](https://github.com/dev-sec/openstack-baseline/pull/11) ([edtubillara](https://github.com/edtubillara))
24+
- Implement Glance controls based on Cinder guidance [\#10](https://github.com/dev-sec/openstack-baseline/pull/10) ([trumant](https://github.com/trumant))
25+
- Removing duplicate check-dashboard-08 definition [\#9](https://github.com/dev-sec/openstack-baseline/pull/9) ([trumant](https://github.com/trumant))
26+
- Fix cinder check typo [\#8](https://github.com/dev-sec/openstack-baseline/pull/8) ([trumant](https://github.com/trumant))
27+
- Adding per-service controls examples for tested services [\#7](https://github.com/dev-sec/openstack-baseline/pull/7) ([trumant](https://github.com/trumant))
28+
- Fixing keystone-paste filename [\#6](https://github.com/dev-sec/openstack-baseline/pull/6) ([trumant](https://github.com/trumant))
29+
- Removing comments about Security guide being incorrect [\#5](https://github.com/dev-sec/openstack-baseline/pull/5) ([trumant](https://github.com/trumant))
30+
- Complete refactor of Keystone, Cinder, Nova, Neutron and Horizon controls/checks [\#4](https://github.com/dev-sec/openstack-baseline/pull/4) ([trumant](https://github.com/trumant))
31+
- Use new InSpec profile structure [\#1](https://github.com/dev-sec/openstack-baseline/pull/1) ([chris-rock](https://github.com/chris-rock))
32+
33+
34+
35+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

inspec.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name : openstack-baseline
2-
title : DevSec OpenStack Security Benchmark
3-
maintainer : DevSec Hardening Framework Team
4-
copyright : DevSec Hardening Framework Team
1+
---
2+
name: openstack-baseline
3+
title: DevSec OpenStack Security Benchmark
4+
maintainer: DevSec Hardening Framework Team
5+
copyright: DevSec Hardening Framework Team
56
copyright_email: hello@dev-sec.io
6-
license : Apache-2.0
7-
summary : Verifies the guidelines of OpenStack Security Guide
8-
version : 0.3.0
9-
supports :
10-
- os-family: linux
7+
license: Apache-2.0
8+
summary: Verifies the guidelines of OpenStack Security Guide
9+
version: 1.0.1
10+
supports:
11+
- os-family: linux

0 commit comments

Comments
 (0)