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 ] - 2022-05-23
7
7
### Changed
8
8
- Update dependencies.
9
9
@@ -51,7 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
51
51
52
52
First release to Marketplace.
53
53
54
- [ Unreleased ] : https://github.com/zaproxy/action-baseline/compare/v0.6.1...HEAD
54
+ [ 0.7.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.6.1...v0.7.0
55
55
[ 0.6.1 ] : https://github.com/zaproxy/action-baseline/compare/v0.6.0...v0.6.1
56
56
[ 0.6.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.5.0...v0.6.0
57
57
[ 0.5.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.4.0...v0.5.0
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
58
58
```
59
59
steps:
60
60
- name: ZAP Scan
61
- uses: zaproxy/action-baseline@v0.6.1
61
+ uses: zaproxy/action-baseline@v0.7.0
62
62
with:
63
63
target: 'https://www.zaproxy.org'
64
64
```
78
78
with:
79
79
ref: master
80
80
- name: ZAP Scan
81
- uses: zaproxy/action-baseline@v0.6.1
81
+ uses: zaproxy/action-baseline@v0.7.0
82
82
with:
83
83
token: ${{ secrets.GITHUB_TOKEN }}
84
84
docker_name: 'owasp/zap2docker-stable'
You can’t perform that action at this time.
0 commit comments