Skip to content

Commit c5e9477

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 582fa3e commit c5e9477

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [1.0.2](https://github.com/dev-sec/php-baseline/tree/1.0.2) (2020-06-18)
4+
5+
[Full Changelog](https://github.com/dev-sec/php-baseline/compare/1.0.1...1.0.2)
6+
7+
**Merged pull requests:**
8+
9+
- github actions release [\#8](https://github.com/dev-sec/php-baseline/pull/8) ([micheelengronne](https://github.com/micheelengronne))
10+
- Update issue templates [\#7](https://github.com/dev-sec/php-baseline/pull/7) ([rndmh3ro](https://github.com/rndmh3ro))
11+
- use recommended spdx license identifier [\#6](https://github.com/dev-sec/php-baseline/pull/6) ([chris-rock](https://github.com/chris-rock))
12+
- spell correction in disable\_functions [\#5](https://github.com/dev-sec/php-baseline/pull/5) ([TLoebner](https://github.com/TLoebner))
213

314
## [1.0.1](https://github.com/dev-sec/php-baseline/tree/1.0.1) (2017-05-08)
15+
416
[Full Changelog](https://github.com/dev-sec/php-baseline/compare/1.0.0...1.0.1)
517

618
**Merged pull requests:**
@@ -9,17 +21,21 @@
921
- 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))
1022

1123
## [1.0.0](https://github.com/dev-sec/php-baseline/tree/1.0.0) (2016-12-22)
24+
1225
[Full Changelog](https://github.com/dev-sec/php-baseline/compare/0.1.0...1.0.0)
1326

1427
**Merged pull requests:**
1528

1629
- migrate from Serverspec to InSpec [\#2](https://github.com/dev-sec/php-baseline/pull/2) ([chris-rock](https://github.com/chris-rock))
1730

1831
## [0.1.0](https://github.com/dev-sec/php-baseline/tree/0.1.0) (2016-11-09)
32+
33+
[Full Changelog](https://github.com/dev-sec/php-baseline/compare/f0de42996b3299ac0e9dc2821c693612f6134cbb...0.1.0)
34+
1935
**Merged pull requests:**
2036

2137
- fix typo in license header [\#1](https://github.com/dev-sec/php-baseline/pull/1) ([chris-rock](https://github.com/chris-rock))
2238

2339

2440

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

inspec.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
---
12
name: php-baseline
23
title: DevSec PHP Baseline
34
maintainer: DevSec Hardening Framework Team
45
copyright: DevSec Hardening Framework Team
56
copyright_email: hello@dev-sec.io
67
license: Apache-2.0
78
summary: Test-suite for best-practice php hardening
8-
version: 1.0.1
9+
version: 1.0.2
910
supports:
10-
- os-family: unix
11+
- os-family: unix

0 commit comments

Comments
 (0)