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 @@ -4,7 +4,7 @@ All notable changes to this GitHub action will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.3.0 ] - 2023-06-29
88
99### Changed
1010- To use Node 16
@@ -24,7 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2424
2525First release to Marketplace.
2626
27- [ Unreleased ] : https://github.com/zaproxy/action-api-scan/compare/v0.2.0...HEAD
27+ [ 0.3.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.2.0...v0.3.0
2828[ 0.2.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.1.1...v0.2.0
2929[ 0.1.1 ] : https://github.com/zaproxy/action-api-scan/compare/v0.1.0...v0.1.1
3030[ 0.1.0 ] : https://github.com/zaproxy/action-api-scan/compare/12a34c296c603f7505336a7fc750363fa978d93e...v0.1.0
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ will be copied into the docker container:
7373```
7474steps:
7575 - name: ZAP Scan
76- uses: zaproxy/action-api-scan@v0.1.1
76+ uses: zaproxy/action-api-scan@v0.3.0
7777 with:
7878 target: 'https://www.zaproxy.org/'
7979```
9494 ref: master
9595
9696 - name: ZAP Scan
97- uses: zaproxy/action-api-scan@v0.1.1
97+ uses: zaproxy/action-api-scan@v0.3.0
9898 with:
9999 token: ${{ secrets.GITHUB_TOKEN }}
100100 docker_name: 'owasp/zap2docker-stable'
You can’t perform that action at this time.
0 commit comments