Skip to content

Commit

Permalink
Merge pull request #86 from thc202/release-v0.10.0
Browse files Browse the repository at this point in the history
Update dependencies, release v0.10.0
  • Loading branch information
kingthorin committed Apr 2, 2024
2 parents df6c9de + fea7cb3 commit d2a0747
Show file tree
Hide file tree
Showing 5 changed files with 26,802 additions and 5,777 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ All notable changes to this GitHub action will be documented in this file.

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

## [Unreleased]
## [0.10.0] - 2024-04-02
### Changed
- Update dependencies.

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

First release to Marketplace.

[Unreleased]: https://github.com/zaproxy/action-full-scan/compare/v0.9.0...HEAD
[0.10.0]: https://github.com/zaproxy/action-full-scan/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/zaproxy/action-full-scan/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/zaproxy/action-full-scan/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/zaproxy/action-full-scan/compare/v0.6.0...v0.7.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ will be copied into the docker container:
```
steps:
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.9.0
uses: zaproxy/action-full-scan@v0.10.0
with:
target: 'https://www.zaproxy.org/'
```
Expand All @@ -97,7 +97,7 @@ jobs:
with:
ref: master
- name: ZAP Scan
uses: zaproxy/action-full-scan@v0.9.0
uses: zaproxy/action-full-scan@v0.10.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
Expand Down
Loading

0 comments on commit d2a0747

Please sign in to comment.