File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this GitHub action will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 0.6.0 ] - 2023-08-02
7
7
### Changed
8
8
- The default Docker image was changed to ` ghcr.io/zaproxy/zaproxy:stable ` .
9
9
@@ -46,7 +46,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
46
46
47
47
First release to Marketplace.
48
48
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
50
50
[ 0.5.1 ] : https://github.com/zaproxy/action-full-scan/compare/v0.5.0...v0.5.1
51
51
[ 0.5.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.4.0...v0.5.0
52
52
[ 0.4.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
64
64
```
65
65
steps:
66
66
- name: ZAP Scan
67
- uses: zaproxy/action-full-scan@v0.5.1
67
+ uses: zaproxy/action-full-scan@v0.6.0
68
68
with:
69
69
target: 'https://www.zaproxy.org/'
70
70
```
84
84
with:
85
85
ref: master
86
86
- name: ZAP Scan
87
- uses: zaproxy/action-full-scan@v0.5.1
87
+ uses: zaproxy/action-full-scan@v0.6.0
88
88
with:
89
89
token: ${{ secrets.GITHUB_TOKEN }}
90
90
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
You can’t perform that action at this time.
0 commit comments