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.9.0 ] - 2023-08-02
7
7
### Changed
8
8
- The default Docker image was changed to ` ghcr.io/zaproxy/zaproxy:stable ` .
9
9
@@ -71,7 +71,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
71
71
72
72
First release to Marketplace.
73
73
74
- [ Unreleased ] : https://github.com/zaproxy/action-baseline/compare/v0.8.2...HEAD
74
+ [ 0.9.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.8.2...v0.9.0
75
75
[ 0.8.2 ] : https://github.com/zaproxy/action-baseline/compare/v0.8.1...v0.8.2
76
76
[ 0.8.1 ] : https://github.com/zaproxy/action-baseline/compare/v0.8.0...v0.8.1
77
77
[ 0.8.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.7.0...v0.8.0
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
62
62
```
63
63
steps:
64
64
- name: ZAP Scan
65
- uses: zaproxy/action-baseline@v0.8.2
65
+ uses: zaproxy/action-baseline@v0.9.0
66
66
with:
67
67
target: 'https://www.zaproxy.org'
68
68
```
82
82
with:
83
83
ref: master
84
84
- name: ZAP Scan
85
- uses: zaproxy/action-baseline@v0.8.2
85
+ uses: zaproxy/action-baseline@v0.9.0
86
86
with:
87
87
token: ${{ secrets.GITHUB_TOKEN }}
88
88
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
You can’t perform that action at this time.
0 commit comments