Skip to content

Commit 158575a

Browse files
committed
Release v0.8.0
Update changelog and readme. Signed-off-by: thc202 <thc202@gmail.com>
1 parent c00e1b2 commit 158575a

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.8.0] - 2023-06-30
77
### Added
88
- An input (`artifact_name`) used to name the artifact that contains the ZAP reports. [#45](https://github.com/zaproxy/action-baseline/issues/45)
99

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

6060
First release to Marketplace.
6161

62-
[Unreleased]: https://github.com/zaproxy/action-baseline/compare/v0.7.0...HEAD
62+
[0.8.0]: https://github.com/zaproxy/action-baseline/compare/v0.7.0...v0.8.0
6363
[0.7.0]: https://github.com/zaproxy/action-baseline/compare/v0.6.1...v0.7.0
6464
[0.6.1]: https://github.com/zaproxy/action-baseline/compare/v0.6.0...v0.6.1
6565
[0.6.0]: https://github.com/zaproxy/action-baseline/compare/v0.5.0...v0.6.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
6262
```
6363
steps:
6464
- name: ZAP Scan
65-
uses: zaproxy/action-baseline@v0.7.0
65+
uses: zaproxy/action-baseline@v0.8.0
6666
with:
6767
target: 'https://www.zaproxy.org'
6868
```
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
ref: master
8484
- name: ZAP Scan
85-
uses: zaproxy/action-baseline@v0.7.0
85+
uses: zaproxy/action-baseline@v0.8.0
8686
with:
8787
token: ${{ secrets.GITHUB_TOKEN }}
8888
docker_name: 'owasp/zap2docker-stable'

0 commit comments

Comments
 (0)