File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
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.2.0 ] - 2020-10-08
7
7
### Added
8
8
- Option to fail the status of the GitHub action if any alerts are found during the scan process.
9
9
@@ -15,4 +15,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
15
15
16
16
First release to Marketplace.
17
17
18
+ [ 0.2.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.1.0...v0.2.0
18
19
[ 0.1.0 ] : https://github.com/zaproxy/action-full-scan/compare/5842e3f84ec616724efb0230a6f6ab85146230c8...v0.1.0
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
59
59
```
60
60
steps:
61
61
- name: ZAP Scan
62
- uses: zaproxy/action-full-scan@v0.1 .0
62
+ uses: zaproxy/action-full-scan@v0.2 .0
63
63
with:
64
64
target: 'https://www.zaproxy.org/'
65
65
```
79
79
with:
80
80
ref: master
81
81
- name: ZAP Scan
82
- uses: zaproxy/action-full-scan@v0.1 .0
82
+ uses: zaproxy/action-full-scan@v0.2 .0
83
83
with:
84
84
token: ${{ secrets.GITHUB_TOKEN }}
85
85
docker_name: 'owasp/zap2docker-stable'
You can’t perform that action at this time.
0 commit comments