Skip to content

Commit f4f3c02

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 11934ba commit f4f3c02

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.1.3](https://github.com/dev-sec/cis-docker-benchmark/tree/2.1.3) (2021-10-30)
4+
5+
[Full Changelog](https://github.com/dev-sec/cis-docker-benchmark/compare/2.1.2...2.1.3)
6+
7+
**Merged pull requests:**
8+
9+
- update release workflow to match other projects [\#71](https://github.com/dev-sec/cis-docker-benchmark/pull/71) ([schurzi](https://github.com/schurzi))
10+
- Missing words "certificate authority." [\#70](https://github.com/dev-sec/cis-docker-benchmark/pull/70) ([adamoutler](https://github.com/adamoutler))
11+
312
## [2.1.2](https://github.com/dev-sec/cis-docker-benchmark/tree/2.1.2) (2020-06-18)
413

514
[Full Changelog](https://github.com/dev-sec/cis-docker-benchmark/compare/2.1.1...2.1.2)
@@ -53,7 +62,7 @@
5362
**Closed issues:**
5463

5564
- Verify enable content trust per-shell or per-invocation check [\#44](https://github.com/dev-sec/cis-docker-benchmark/issues/44)
56-
- load\_with\_context': undefined method `each' for nil:NilClass \(NoMethodError\) exception in cis-docker-benchmark-master/controls/container\_runtime.rb:194 [\#37](https://github.com/dev-sec/cis-docker-benchmark/issues/37)
65+
- load_with_context': undefined method `each' for nil:NilClass \(NoMethodError\) exception in cis-docker-benchmark-master/controls/container\_runtime.rb:194 [\#37](https://github.com/dev-sec/cis-docker-benchmark/issues/37)
5766
- use own control number scheme [\#25](https://github.com/dev-sec/cis-docker-benchmark/issues/25)
5867
- Update to CIS 1.13 [\#24](https://github.com/dev-sec/cis-docker-benchmark/issues/24)
5968

@@ -78,7 +87,7 @@
7887
**Merged pull requests:**
7988

8089
- 1.3.1 [\#40](https://github.com/dev-sec/cis-docker-benchmark/pull/40) ([chris-rock](https://github.com/chris-rock))
81-
- updating check for container\_info networkings port [\#38](https://github.com/dev-sec/cis-docker-benchmark/pull/38) ([coolguru](https://github.com/coolguru))
90+
- updating check for container\_info networkings port [\#38](https://github.com/dev-sec/cis-docker-benchmark/pull/38) ([nandeshguru](https://github.com/nandeshguru))
8291
- add required docker cli version [\#35](https://github.com/dev-sec/cis-docker-benchmark/pull/35) ([chris-rock](https://github.com/chris-rock))
8392
- use recommended spdx license identifier [\#34](https://github.com/dev-sec/cis-docker-benchmark/pull/34) ([chris-rock](https://github.com/chris-rock))
8493
- Due to inspec deprecation warnings [\#33](https://github.com/dev-sec/cis-docker-benchmark/pull/33) ([alexpop](https://github.com/alexpop))
@@ -116,7 +125,7 @@
116125

117126
**Merged pull requests:**
118127

119-
- Fix 'or' in controls 5.1 and 5.2 [\#18](https://github.com/dev-sec/cis-docker-benchmark/pull/18) ([emilyh315](https://github.com/emilyh315))
128+
- Fix 'or' in controls 5.1 and 5.2 [\#18](https://github.com/dev-sec/cis-docker-benchmark/pull/18) ([emilyay](https://github.com/emilyay))
120129
- add changelog [\#16](https://github.com/dev-sec/cis-docker-benchmark/pull/16) ([chris-rock](https://github.com/chris-rock))
121130

122131
## [1.1.0](https://github.com/dev-sec/cis-docker-benchmark/tree/1.1.0) (2016-12-13)
@@ -126,8 +135,8 @@
126135
**Merged pull requests:**
127136

128137
- update Gemfile and fix rubocop issues [\#15](https://github.com/dev-sec/cis-docker-benchmark/pull/15) ([atomic111](https://github.com/atomic111))
129-
- Edit control "cis-docker-benchmark-3.4" [\#14](https://github.com/dev-sec/cis-docker-benchmark/pull/14) ([emilyh315](https://github.com/emilyh315))
130-
- Edit control "cis-docker-benchmark-1.11" [\#13](https://github.com/dev-sec/cis-docker-benchmark/pull/13) ([emilyh315](https://github.com/emilyh315))
138+
- Edit control "cis-docker-benchmark-3.4" [\#14](https://github.com/dev-sec/cis-docker-benchmark/pull/14) ([emilyay](https://github.com/emilyay))
139+
- Edit control "cis-docker-benchmark-1.11" [\#13](https://github.com/dev-sec/cis-docker-benchmark/pull/13) ([emilyay](https://github.com/emilyay))
131140
- Fix README.md [\#12](https://github.com/dev-sec/cis-docker-benchmark/pull/12) ([netflash](https://github.com/netflash))
132141

133142
## [1.0.0](https://github.com/dev-sec/cis-docker-benchmark/tree/1.0.0) (2016-07-05)

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ copyright: DevSec Hardening Framework Team
66
copyright_email: [email protected]
77
license: Apache-2.0
88
summary: An InSpec Compliance Profile for the CIS Docker Benchmark
9-
version: 2.1.2
9+
version: 2.1.3
1010
inspec_version: '>= 2.3.23'
1111
attributes:
1212
- name: container_user

0 commit comments

Comments
 (0)