Skip to content

Commit 1eb1085

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent f9b700b commit 1eb1085

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [0.6.6](https://github.com/dev-sec/linux-patch-baseline/tree/0.6.6) (2021-01-26)
4+
5+
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.6.5...0.6.6)
6+
7+
**Merged pull requests:**
8+
9+
- GitHub action [\#44](https://github.com/dev-sec/linux-patch-baseline/pull/44) ([rndmh3ro](https://github.com/rndmh3ro))
10+
311
## [0.6.5](https://github.com/dev-sec/linux-patch-baseline/tree/0.6.5) (2020-07-23)
412

513
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.6.4...0.6.5)
@@ -81,6 +89,7 @@
8189
- Update issue templates [\#21](https://github.com/dev-sec/linux-patch-baseline/pull/21) ([rndmh3ro](https://github.com/rndmh3ro))
8290
- allow yum to run as non-root user. [\#20](https://github.com/dev-sec/linux-patch-baseline/pull/20) ([iveskins](https://github.com/iveskins))
8391
- small typo in the packages method [\#18](https://github.com/dev-sec/linux-patch-baseline/pull/18) ([aaronlippold](https://github.com/aaronlippold))
92+
- add suse support [\#15](https://github.com/dev-sec/linux-patch-baseline/pull/15) ([arlimus](https://github.com/arlimus))
8493

8594
## [0.4.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.4.0) (2018-04-12)
8695

@@ -94,8 +103,7 @@
94103

95104
- fix vulnerable rubocop version for testing [\#17](https://github.com/dev-sec/linux-patch-baseline/pull/17) ([arlimus](https://github.com/arlimus))
96105
- print system patches in a nicer way [\#16](https://github.com/dev-sec/linux-patch-baseline/pull/16) ([arlimus](https://github.com/arlimus))
97-
- add suse support [\#15](https://github.com/dev-sec/linux-patch-baseline/pull/15) ([arlimus](https://github.com/arlimus))
98-
- Remove puts from updates [\#14](https://github.com/dev-sec/linux-patch-baseline/pull/14) ([coolguru](https://github.com/coolguru))
106+
- Remove puts from updates [\#14](https://github.com/dev-sec/linux-patch-baseline/pull/14) ([nandeshguru](https://github.com/nandeshguru))
99107
- fix linting errors [\#12](https://github.com/dev-sec/linux-patch-baseline/pull/12) ([arlimus](https://github.com/arlimus))
100108
- Changed the method LinuxUpdateManager.initialize to add support to Amazon Linux [\#11](https://github.com/dev-sec/linux-patch-baseline/pull/11) ([jonasduarte](https://github.com/jonasduarte))
101109
- use recommended spdx license identifier [\#9](https://github.com/dev-sec/linux-patch-baseline/pull/9) ([chris-rock](https://github.com/chris-rock))

inspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: linux-patch-baseline
33
title: DevSec Linux Patch Benchmark
44
summary: Verifies that all patches have been applied
5-
version: 0.6.5
5+
version: 0.6.6
66
maintainer: Christoph Hartmann
77
copyright: Christoph Hartmann
88
copyright_email: [email protected]

0 commit comments

Comments
 (0)