From c5e9477ceaffa20534bd2549b22643d9559addf1 Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Thu, 18 Jun 2020 09:52:31 +0000 Subject: [PATCH] update inspec.yml and changelog --- CHANGELOG.md | 20 ++++++++++++++++++-- inspec.yml | 5 +++-- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0aaa7a..249c142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ -# Change Log +# Changelog + +## [1.0.2](https://github.com/dev-sec/php-baseline/tree/1.0.2) (2020-06-18) + +[Full Changelog](https://github.com/dev-sec/php-baseline/compare/1.0.1...1.0.2) + +**Merged pull requests:** + +- github actions release [\#8](https://github.com/dev-sec/php-baseline/pull/8) ([micheelengronne](https://github.com/micheelengronne)) +- Update issue templates [\#7](https://github.com/dev-sec/php-baseline/pull/7) ([rndmh3ro](https://github.com/rndmh3ro)) +- use recommended spdx license identifier [\#6](https://github.com/dev-sec/php-baseline/pull/6) ([chris-rock](https://github.com/chris-rock)) +- spell correction in disable\_functions [\#5](https://github.com/dev-sec/php-baseline/pull/5) ([TLoebner](https://github.com/TLoebner)) ## [1.0.1](https://github.com/dev-sec/php-baseline/tree/1.0.1) (2017-05-08) + [Full Changelog](https://github.com/dev-sec/php-baseline/compare/1.0.0...1.0.1) **Merged pull requests:** @@ -9,6 +21,7 @@ - restrict ruby testing to version 2.3.3 and update gemfile [\#3](https://github.com/dev-sec/php-baseline/pull/3) ([atomic111](https://github.com/atomic111)) ## [1.0.0](https://github.com/dev-sec/php-baseline/tree/1.0.0) (2016-12-22) + [Full Changelog](https://github.com/dev-sec/php-baseline/compare/0.1.0...1.0.0) **Merged pull requests:** @@ -16,10 +29,13 @@ - migrate from Serverspec to InSpec [\#2](https://github.com/dev-sec/php-baseline/pull/2) ([chris-rock](https://github.com/chris-rock)) ## [0.1.0](https://github.com/dev-sec/php-baseline/tree/0.1.0) (2016-11-09) + +[Full Changelog](https://github.com/dev-sec/php-baseline/compare/f0de42996b3299ac0e9dc2821c693612f6134cbb...0.1.0) + **Merged pull requests:** - fix typo in license header [\#1](https://github.com/dev-sec/php-baseline/pull/1) ([chris-rock](https://github.com/chris-rock)) -\* *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 74bb8d0..b315d00 100644 --- a/inspec.yml +++ b/inspec.yml @@ -1,3 +1,4 @@ +--- name: php-baseline title: DevSec PHP Baseline maintainer: DevSec Hardening Framework Team @@ -5,6 +6,6 @@ copyright: DevSec Hardening Framework Team copyright_email: hello@dev-sec.io license: Apache-2.0 summary: Test-suite for best-practice php hardening -version: 1.0.1 +version: 1.0.2 supports: - - os-family: unix + - os-family: unix