Skip to content

Commit

Permalink
update inspec.yml and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-sec CI committed Jan 5, 2021
1 parent 11b95b5 commit e9b52ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.6](https://github.com/dev-sec/cis-dil-benchmark/tree/0.4.6) (2021-01-05)

[Full Changelog](https://github.com/dev-sec/cis-dil-benchmark/compare/0.4.5...0.4.6)

**Closed issues:**

- RootDistanceMax instead of RootDistanceMaxSec [\#92](https://github.com/dev-sec/cis-dil-benchmark/issues/92)

**Merged pull requests:**

- rename RootDistanceMax to RootDistanceMaxSec [\#93](https://github.com/dev-sec/cis-dil-benchmark/pull/93) ([yvespp](https://github.com/yvespp))

## [0.4.5](https://github.com/dev-sec/cis-dil-benchmark/tree/0.4.5) (2020-12-30)

[Full Changelog](https://github.com/dev-sec/cis-dil-benchmark/compare/0.4.4...0.4.5)
Expand Down Expand Up @@ -71,6 +83,7 @@
- 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))
- pin to inspec 3 [\#71](https://github.com/dev-sec/cis-dil-benchmark/pull/71) ([chris-rock](https://github.com/chris-rock))
- Inspec 4 warning [\#70](https://github.com/dev-sec/cis-dil-benchmark/pull/70) ([micheelengronne](https://github.com/micheelengronne))
- 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))

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

Expand All @@ -90,7 +103,6 @@
- Fixes [\#62](https://github.com/dev-sec/cis-dil-benchmark/pull/62) ([bdwyertech](https://github.com/bdwyertech))
- Change `password` to `passwords` [\#60](https://github.com/dev-sec/cis-dil-benchmark/pull/60) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
- Update issue templates [\#56](https://github.com/dev-sec/cis-dil-benchmark/pull/56) ([rndmh3ro](https://github.com/rndmh3ro))
- 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))
- modify package check to satisfy openjdk dependency [\#53](https://github.com/dev-sec/cis-dil-benchmark/pull/53) ([alval5280](https://github.com/alval5280))
- allow group write /var/log/wtmp [\#50](https://github.com/dev-sec/cis-dil-benchmark/pull/50) ([alval5280](https://github.com/alval5280))

Expand Down
2 changes: 1 addition & 1 deletion inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ copyright: Schuberg Philis B.V.
copyright_email: [email protected]
license: Apache-2.0
summary: An InSpec Compliance profile for the CIS Distribution Independent Linux Benchmark
version: 0.4.5
version: 0.4.6
inspec_version: '>= 2.3.5'
supports:
- platform-family: linux
Expand Down

0 comments on commit e9b52ba

Please sign in to comment.