Skip to content

Commit a44b0a5

Browse files
committed
Release v0.6.0
Update changelog and readme. Signed-off-by: thc202 <thc202@gmail.com>
1 parent 802d530 commit a44b0a5

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.6.0] - 2023-08-02
77
### Changed
88
- The default Docker image was changed to `ghcr.io/zaproxy/zaproxy:stable`.
99

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

4747
First release to Marketplace.
4848

49-
[Unreleased]: https://github.com/zaproxy/action-full-scan/compare/v0.5.1...HEAD
49+
[0.6.0]: https://github.com/zaproxy/action-full-scan/compare/v0.5.1...v0.6.0
5050
[0.5.1]: https://github.com/zaproxy/action-full-scan/compare/v0.5.0...v0.5.1
5151
[0.5.0]: https://github.com/zaproxy/action-full-scan/compare/v0.4.0...v0.5.0
5252
[0.4.0]: https://github.com/zaproxy/action-full-scan/compare/v0.3.0...v0.4.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
6464
```
6565
steps:
6666
- name: ZAP Scan
67-
uses: zaproxy/action-full-scan@v0.5.1
67+
uses: zaproxy/action-full-scan@v0.6.0
6868
with:
6969
target: 'https://www.zaproxy.org/'
7070
```
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
ref: master
8686
- name: ZAP Scan
87-
uses: zaproxy/action-full-scan@v0.5.1
87+
uses: zaproxy/action-full-scan@v0.6.0
8888
with:
8989
token: ${{ secrets.GITHUB_TOKEN }}
9090
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'

0 commit comments

Comments
 (0)