Skip to content

Commit 8e2d5ec

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent fbd61fa commit 8e2d5ec

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

CHANGELOG.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [0.3.1](https://github.com/dev-sec/linux-patch-baseline/tree/0.3.1) (2020-05-19)
4+
5+
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.5.0...0.3.1)
6+
7+
**Closed issues:**
8+
9+
- HTML report generated for InSpec Profile contains error [\#25](https://github.com/dev-sec/linux-patch-baseline/issues/25)
10+
11+
**Merged pull requests:**
12+
13+
- automated release [\#26](https://github.com/dev-sec/linux-patch-baseline/pull/26) ([micheelengronne](https://github.com/micheelengronne))
14+
15+
## [0.5.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.5.0) (2019-05-15)
216

3-
## [0.5.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.5.0) (2019-05-14)
417
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.4.0...0.5.0)
518

619
**Closed issues:**
@@ -9,12 +22,13 @@
922

1023
**Merged pull requests:**
1124

25+
- 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))
1226
- Update issue templates [\#21](https://github.com/dev-sec/linux-patch-baseline/pull/21) ([rndmh3ro](https://github.com/rndmh3ro))
1327
- allow yum to run as non-root user. [\#20](https://github.com/dev-sec/linux-patch-baseline/pull/20) ([iveskins](https://github.com/iveskins))
1428
- small typo in the packages method [\#18](https://github.com/dev-sec/linux-patch-baseline/pull/18) ([aaronlippold](https://github.com/aaronlippold))
15-
- fix \#3 [\#4](https://github.com/dev-sec/linux-patch-baseline/pull/4) ([chris-rock](https://github.com/chris-rock))
1629

1730
## [0.4.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.4.0) (2018-04-12)
31+
1832
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.3.0...0.4.0)
1933

2034
**Closed issues:**
@@ -32,6 +46,7 @@
3246
- use recommended spdx license identifier [\#9](https://github.com/dev-sec/linux-patch-baseline/pull/9) ([chris-rock](https://github.com/chris-rock))
3347

3448
## [0.3.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.3.0) (2017-05-08)
49+
3550
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.2.0...0.3.0)
3651

3752
**Merged pull requests:**
@@ -42,6 +57,7 @@
4257
- improve code style [\#5](https://github.com/dev-sec/linux-patch-baseline/pull/5) ([chris-rock](https://github.com/chris-rock))
4358

4459
## [0.2.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.2.0) (2017-03-01)
60+
4561
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0.1.0...0.2.0)
4662

4763
**Fixed bugs:**
@@ -50,9 +66,13 @@
5066

5167
**Merged pull requests:**
5268

69+
- fix \#3 [\#4](https://github.com/dev-sec/linux-patch-baseline/pull/4) ([chris-rock](https://github.com/chris-rock))
5370
- add basic test-kitchen config [\#1](https://github.com/dev-sec/linux-patch-baseline/pull/1) ([chris-rock](https://github.com/chris-rock))
5471

5572
## [0.1.0](https://github.com/dev-sec/linux-patch-baseline/tree/0.1.0) (2016-09-27)
5673

74+
[Full Changelog](https://github.com/dev-sec/linux-patch-baseline/compare/0312593fd472be25966685615f83bc31098fc113...0.1.0)
75+
76+
5777

58-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
78+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

inspec.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
---
12
name: linux-patch-baseline
23
title: DevSec Linux Patch Benchmark
34
summary: Verifies that all patches have been applied
4-
version: 0.5.0
5-
5+
version: 0.3.1
66
maintainer: Christoph Hartmann
77
copyright: Christoph Hartmann
88
copyright_email: chris@lollyrock.com
99
license: MPL-2.0
10-
1110
supports:
1211
- os-family: linux

0 commit comments

Comments
 (0)