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.10.0 ] - 2025-10-24
88### Changed
99- Update dependencies.
1010- Run with node24.
@@ -60,7 +60,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6060
6161First release to Marketplace.
6262
63- [ Unreleased ] : https://github.com/zaproxy/action-api-scan/compare/v0.9.0...HEAD
63+ [ 0.10.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.9.0...v0.10.0
6464[ 0.9.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.8.0...v0.9.0
6565[ 0.8.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.7.0...v0.8.0
6666[ 0.7.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.6.0...v0.7.0
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ will be copied into the docker container:
7777```
7878steps:
7979 - name: ZAP Scan
80- uses: zaproxy/action-api-scan@v0.9 .0
80+ uses: zaproxy/action-api-scan@v0.10 .0
8181 with:
8282 target: 'https://www.zaproxy.org/'
8383```
9898 ref: master
9999
100100 - name: ZAP Scan
101- uses: zaproxy/action-api-scan@v0.9 .0
101+ uses: zaproxy/action-api-scan@v0.10 .0
102102 with:
103103 token: ${{ secrets.GITHUB_TOKEN }}
104104 docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
You can’t perform that action at this time.
0 commit comments