Skip to content

Commit fea7cb3

Browse files
committed
Update dependencies, release v0.10.0
Update `actions-common-scans` to latest version which includes dependency updates and issue content changes. Update changelog and readme for release. Signed-off-by: thc202 <thc202@gmail.com>
1 parent df6c9de commit fea7cb3

File tree

5 files changed

+26802
-5777
lines changed

5 files changed

+26802
-5777
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ All notable changes to this GitHub action will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [0.10.0] - 2024-04-02
7+
### Changed
8+
- Update dependencies.
79

810
## [0.9.0] - 2024-01-25
911
### Changed
@@ -63,7 +65,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6365

6466
First release to Marketplace.
6567

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
6769
[0.9.0]: https://github.com/zaproxy/action-full-scan/compare/v0.8.0...v0.9.0
6870
[0.8.0]: https://github.com/zaproxy/action-full-scan/compare/v0.7.0...v0.8.0
6971
[0.7.0]: https://github.com/zaproxy/action-full-scan/compare/v0.6.0...v0.7.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ will be copied into the docker container:
7777
```
7878
steps:
7979
- name: ZAP Scan
80-
uses: zaproxy/action-full-scan@v0.9.0
80+
uses: zaproxy/action-full-scan@v0.10.0
8181
with:
8282
target: 'https://www.zaproxy.org/'
8383
```
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
ref: master
9999
- name: ZAP Scan
100-
uses: zaproxy/action-full-scan@v0.9.0
100+
uses: zaproxy/action-full-scan@v0.10.0
101101
with:
102102
token: ${{ secrets.GITHUB_TOKEN }}
103103
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'

0 commit comments

Comments
 (0)