Skip to content

Commit 3aac1ff

Browse files
authored
Merge pull request #60 from thc202/release-v0.5.0
Release v0.5.0
2 parents b1c4c69 + e57abdc commit 3aac1ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this GitHub action will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [0.5.0] - 2021-09-14
77
### Added
88
- An input (`allow_issue_writing`) to choose if a GitHub issue should be raised or not. [#56](https://github.com/zaproxy/action-baseline/issues/56)
99

@@ -36,7 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3636

3737
First release to Marketplace.
3838

39-
[Unreleased]: https://github.com/zaproxy/action-baseline/compare/v0.4.0...HEAD
39+
[0.5.0]: https://github.com/zaproxy/action-baseline/compare/v0.4.0...v0.5.0
4040
[0.4.0]: https://github.com/zaproxy/action-baseline/compare/v0.3.0...v0.4.0
4141
[0.3.0]: https://github.com/zaproxy/action-baseline/compare/v0.2.0...v0.3.0
4242
[0.2.0]: https://github.com/zaproxy/action-baseline/compare/v0.1.0...v0.2.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
5858
```
5959
steps:
6060
- name: ZAP Scan
61-
uses: zaproxy/action-baseline@v0.4.0
61+
uses: zaproxy/action-baseline@v0.5.0
6262
with:
6363
target: 'https://www.zaproxy.org'
6464
```
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
ref: master
8080
- name: ZAP Scan
81-
uses: zaproxy/action-baseline@v0.4.0
81+
uses: zaproxy/action-baseline@v0.5.0
8282
with:
8383
token: ${{ secrets.GITHUB_TOKEN }}
8484
docker_name: 'owasp/zap2docker-stable'

0 commit comments

Comments
 (0)