Skip to content

Commit e9b52ba

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 11b95b5 commit e9b52ba

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [0.4.6](https://github.com/dev-sec/cis-dil-benchmark/tree/0.4.6) (2021-01-05)
4+
5+
[Full Changelog](https://github.com/dev-sec/cis-dil-benchmark/compare/0.4.5...0.4.6)
6+
7+
**Closed issues:**
8+
9+
- RootDistanceMax instead of RootDistanceMaxSec [\#92](https://github.com/dev-sec/cis-dil-benchmark/issues/92)
10+
11+
**Merged pull requests:**
12+
13+
- rename RootDistanceMax to RootDistanceMaxSec [\#93](https://github.com/dev-sec/cis-dil-benchmark/pull/93) ([yvespp](https://github.com/yvespp))
14+
315
## [0.4.5](https://github.com/dev-sec/cis-dil-benchmark/tree/0.4.5) (2020-12-30)
416

517
[Full Changelog](https://github.com/dev-sec/cis-dil-benchmark/compare/0.4.4...0.4.5)
@@ -71,6 +83,7 @@
7183
- reverse rubocop updates to support ruby versions bundled with InSpec 3 [\#73](https://github.com/dev-sec/cis-dil-benchmark/pull/73) ([chris-rock](https://github.com/chris-rock))
7284
- pin to inspec 3 [\#71](https://github.com/dev-sec/cis-dil-benchmark/pull/71) ([chris-rock](https://github.com/chris-rock))
7385
- Inspec 4 warning [\#70](https://github.com/dev-sec/cis-dil-benchmark/pull/70) ([micheelengronne](https://github.com/micheelengronne))
86+
- use inspec's new unified attributes feature [\#55](https://github.com/dev-sec/cis-dil-benchmark/pull/55) ([chris-rock](https://github.com/chris-rock))
7487

7588
## [0.3.0](https://github.com/dev-sec/cis-dil-benchmark/tree/0.3.0) (2019-02-04)
7689

@@ -90,7 +103,6 @@
90103
- Fixes [\#62](https://github.com/dev-sec/cis-dil-benchmark/pull/62) ([bdwyertech](https://github.com/bdwyertech))
91104
- Change `password` to `passwords` [\#60](https://github.com/dev-sec/cis-dil-benchmark/pull/60) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
92105
- Update issue templates [\#56](https://github.com/dev-sec/cis-dil-benchmark/pull/56) ([rndmh3ro](https://github.com/rndmh3ro))
93-
- use inspec's new unified attributes feature [\#55](https://github.com/dev-sec/cis-dil-benchmark/pull/55) ([chris-rock](https://github.com/chris-rock))
94106
- modify package check to satisfy openjdk dependency [\#53](https://github.com/dev-sec/cis-dil-benchmark/pull/53) ([alval5280](https://github.com/alval5280))
95107
- allow group write /var/log/wtmp [\#50](https://github.com/dev-sec/cis-dil-benchmark/pull/50) ([alval5280](https://github.com/alval5280))
96108

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ copyright: Schuberg Philis B.V.
66
copyright_email: kvlaardingerbroek@schubergphilis.com
77
license: Apache-2.0
88
summary: An InSpec Compliance profile for the CIS Distribution Independent Linux Benchmark
9-
version: 0.4.5
9+
version: 0.4.6
1010
inspec_version: '>= 2.3.5'
1111
supports:
1212
- platform-family: linux

0 commit comments

Comments
 (0)