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.4.0 ] - 2023-08-02
88### Changed
99- The default Docker image was changed to ` ghcr.io/zaproxy/zaproxy:stable ` .
1010
@@ -32,7 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3232
3333First release to Marketplace.
3434
35- [ Unreleased ] : https://github.com/zaproxy/action-api-scan/compare/v0.3.1...HEAD
35+ [ 0.4.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.3.1...v0.4.0
3636[ 0.3.1 ] : https://github.com/zaproxy/action-api-scan/compare/v0.3.0...v0.3.1
3737[ 0.3.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.2.0...v0.3.0
3838[ 0.2.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.1.1...v0.2.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.3.1
76+ uses: zaproxy/action-api-scan@v0.4.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.3.1
97+ uses: zaproxy/action-api-scan@v0.4.0
9898 with:
9999 token: ${{ secrets.GITHUB_TOKEN }}
100100 docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
You can’t perform that action at this time.
0 commit comments