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.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6- ## [ Unreleased ]
6+ ## [ 0.5.0 ] - 2023-06-29
77
88### Changed
99- Addresses GitHub Actions Node 12 deprecation.
@@ -38,7 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3838
3939First release to Marketplace.
4040
41- [ Unreleased ] : https://github.com/zaproxy/action-full-scan/compare/v0.4.0...HEAD
41+ [ 0.5.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.4.0...v0.5.0
4242[ 0.4.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.3.0...v0.4.0
4343[ 0.3.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.2.0...v0.3.0
4444[ 0.2.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.1.0...v0.2.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
6464```
6565steps:
6666 - name: ZAP Scan
67- uses: zaproxy/action-full-scan@v0.4 .0
67+ uses: zaproxy/action-full-scan@v0.5 .0
6868 with:
6969 target: 'https://www.zaproxy.org/'
7070```
8484 with:
8585 ref: master
8686 - name: ZAP Scan
87- uses: zaproxy/action-full-scan@v0.4 .0
87+ uses: zaproxy/action-full-scan@v0.5 .0
8888 with:
8989 token: ${{ secrets.GITHUB_TOKEN }}
9090 docker_name: 'owasp/zap2docker-stable'
You can’t perform that action at this time.
0 commit comments