From 8e2d5ecd359fa10a8dbddca51b71e24c9e818a81 Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Tue, 19 May 2020 15:29:37 +0000 Subject: [PATCH] update inspec.yml and changelog --- CHANGELOG.md | 28 ++++++++++++++++++++++++---- inspec.yml | 5 ++--- 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7100b4d..ec59a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ -# Change Log +# Changelog + +## [0.3.1](https://github.com/dev-sec/linux-patch-baseline/tree/0.3.1) (2020-05-19) + +[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.5.0...0.3.1) + +**Closed issues:** + +- HTML report generated for InSpec Profile contains error [\#25](https://github.com/dev-sec/linux-patch-baseline/issues/25) + +**Merged pull requests:** + +- automated release [\#26](https://github.com/dev-sec/linux-patch-baseline/pull/26) ([micheelengronne](https://github.com/micheelengronne)) + +## [0.5.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.5.0) (2019-05-15) -## [0.5.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.5.0) (2019-05-14) [Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.4.0...0.5.0) **Closed issues:** @@ -9,12 +22,13 @@ **Merged pull requests:** +- Bump version to 0.5.0 and switch to inspec 3 for check [\#23](https://github.com/dev-sec/linux-patch-baseline/pull/23) ([alexpop](https://github.com/alexpop)) - Update issue templates [\#21](https://github.com/dev-sec/linux-patch-baseline/pull/21) ([rndmh3ro](https://github.com/rndmh3ro)) - allow yum to run as non-root user. [\#20](https://github.com/dev-sec/linux-patch-baseline/pull/20) ([iveskins](https://github.com/iveskins)) - small typo in the packages method [\#18](https://github.com/dev-sec/linux-patch-baseline/pull/18) ([aaronlippold](https://github.com/aaronlippold)) -- fix \#3 [\#4](https://github.com/dev-sec/linux-patch-baseline/pull/4) ([chris-rock](https://github.com/chris-rock)) ## [0.4.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.4.0) (2018-04-12) + [Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.3.0...0.4.0) **Closed issues:** @@ -32,6 +46,7 @@ - use recommended spdx license identifier [\#9](https://github.com/dev-sec/linux-patch-baseline/pull/9) ([chris-rock](https://github.com/chris-rock)) ## [0.3.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.3.0) (2017-05-08) + [Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.2.0...0.3.0) **Merged pull requests:** @@ -42,6 +57,7 @@ - improve code style [\#5](https://github.com/dev-sec/linux-patch-baseline/pull/5) ([chris-rock](https://github.com/chris-rock)) ## [0.2.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.2.0) (2017-03-01) + [Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.1.0...0.2.0) **Fixed bugs:** @@ -50,9 +66,13 @@ **Merged pull requests:** +- fix \#3 [\#4](https://github.com/dev-sec/linux-patch-baseline/pull/4) ([chris-rock](https://github.com/chris-rock)) - add basic test-kitchen config [\#1](https://github.com/dev-sec/linux-patch-baseline/pull/1) ([chris-rock](https://github.com/chris-rock)) ## [0.1.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.1.0) (2016-09-27) +[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0312593fd472be25966685615f83bc31098fc113...0.1.0) + + -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/inspec.yml b/inspec.yml index e8efc67..4c81b43 100644 --- a/inspec.yml +++ b/inspec.yml @@ -1,12 +1,11 @@ +--- name: linux-patch-baseline title: DevSec Linux Patch Benchmark summary: Verifies that all patches have been applied -version: 0.5.0 - +version: 0.3.1 maintainer: Christoph Hartmann copyright: Christoph Hartmann copyright_email: chris@lollyrock.com license: MPL-2.0 - supports: - os-family: linux