File tree Expand file tree Collapse file tree 5 files changed +26802
-5777
lines changed Expand file tree Collapse file tree 5 files changed +26802
-5777
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ 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.10.0] - 2024-04-02
7
+ ### Changed
8
+ - Update dependencies.
7
9
8
10
## [ 0.9.0] - 2024-01-25
9
11
### Changed
@@ -63,7 +65,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
63
65
64
66
First release to Marketplace.
65
67
66
- [ Unreleased ] : https://github.com/zaproxy/action-full-scan/compare/v0.9.0...HEAD
68
+ [ 0.10.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.9.0...v0.10.0
67
69
[ 0.9.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.8.0...v0.9.0
68
70
[ 0.8.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.7.0...v0.8.0
69
71
[ 0.7.0 ] : https://github.com/zaproxy/action-full-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:
77
77
```
78
78
steps:
79
79
- name: ZAP Scan
80
- uses: zaproxy/action-full-scan@v0.9 .0
80
+ uses: zaproxy/action-full-scan@v0.10 .0
81
81
with:
82
82
target: 'https://www.zaproxy.org/'
83
83
```
97
97
with:
98
98
ref: master
99
99
- name: ZAP Scan
100
- uses: zaproxy/action-full-scan@v0.9 .0
100
+ uses: zaproxy/action-full-scan@v0.10 .0
101
101
with:
102
102
token: ${{ secrets.GITHUB_TOKEN }}
103
103
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
You can’t perform that action at this time.
0 commit comments