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.7.0 ] - 2023-08-24
7
7
### Fixed
8
8
- Update Crowdin link.
9
9
@@ -53,7 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
53
53
54
54
First release to Marketplace.
55
55
56
- [ Unreleased ] : https://github.com/zaproxy/action-full-scan/compare/v0.6.0...HEAD
56
+ [ 0.7.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.6.0...v0.7.0
57
57
[ 0.6.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.5.1...v0.6.0
58
58
[ 0.5.1 ] : https://github.com/zaproxy/action-full-scan/compare/v0.5.0...v0.5.1
59
59
[ 0.5.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
68
68
```
69
69
steps:
70
70
- name: ZAP Scan
71
- uses: zaproxy/action-full-scan@v0.6 .0
71
+ uses: zaproxy/action-full-scan@v0.7 .0
72
72
with:
73
73
target: 'https://www.zaproxy.org/'
74
74
```
88
88
with:
89
89
ref: master
90
90
- name: ZAP Scan
91
- uses: zaproxy/action-full-scan@v0.6 .0
91
+ uses: zaproxy/action-full-scan@v0.7 .0
92
92
with:
93
93
token: ${{ secrets.GITHUB_TOKEN }}
94
94
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
You can’t perform that action at this time.
0 commit comments