Skip to content

Commit

Permalink
Merge pull request #9 from thc202/release-v0.1.0
Browse files Browse the repository at this point in the history
Release v0.1.0
  • Loading branch information
psiinon authored Apr 23, 2024
2 parents e951181 + 6711f44 commit 8861038
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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.1.0] - 2024-04-23
### Added
- Allow to run local or remote Automation Framework plans.

[Unreleased]: https://github.com/zaproxy/action-af/compare/b9d155d1940506fe73c356194bbc0dc4f45789f4...HEAD
[0.1.0]: https://github.com/zaproxy/action-af/compare/b9d155d1940506fe73c356194bbc0dc4f45789f4...v0.1.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ will be copied into the docker container:
```
steps:
- name: ZAP Scan
uses: zaproxy/action-af@v0.0.1
uses: zaproxy/action-af@v0.1.0
with:
plan: '.github/workflows/zap/plan.yml'
```

0 comments on commit 8861038

Please sign in to comment.