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 @@ -4,7 +4,9 @@ All notable changes to this GitHub action will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## [ Unreleased]
7
+ ## [ 0.7.0] - 2024-04-02
8
+ ### Changed
9
+ - Update dependencies.
8
10
9
11
## [ 0.6.0] - 2024-01-25
10
12
### Changed
@@ -42,7 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
42
44
43
45
First release to Marketplace.
44
46
45
- [ Unreleased ] : https://github.com/zaproxy/action-api-scan/compare/v0.6.0...HEAD
47
+ [ 0.7.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.6.0...v0.7.0
46
48
[ 0.6.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.5.0...v0.6.0
47
49
[ 0.5.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.4.0...v0.5.0
48
50
[ 0.4.0 ] : https://github.com/zaproxy/action-api-scan/compare/v0.3.1...v0.4.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-api-scan@v0.6 .0
80
+ uses: zaproxy/action-api-scan@v0.7 .0
81
81
with:
82
82
target: 'https://www.zaproxy.org/'
83
83
```
98
98
ref: master
99
99
100
100
- name: ZAP Scan
101
- uses: zaproxy/action-api-scan@v0.6 .0
101
+ uses: zaproxy/action-api-scan@v0.7 .0
102
102
with:
103
103
token: ${{ secrets.GITHUB_TOKEN }}
104
104
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
You can’t perform that action at this time.
0 commit comments