Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Sep 18, 2023
1 parent 661bea8 commit 6bfc2c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $ mzap spider --urls sample/target.txt --apis
,' /_____,
.'____ ,' MZAP
/ ,' [ Multiple target/agent ZAP scanning ]
/ ,' [ v1.3.0 ] [ by @hahwul ]
/ ,' [ v1.3.1 ] [ by @hahwul ]
/,'
/'
Expand All @@ -81,7 +81,7 @@ Jan 26 01:12:00.108 [INFO] [spider] [http://localhost:8090] [https://authz0.hahw
### Github action
```yaml
- name: MZAP Env
uses: hahwul/[email protected].0-action
uses: hahwul/[email protected].1-action
with:
arguments: 'spider --urls sample/target.txt --apis'
```
2 changes: 1 addition & 1 deletion github-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM hahwul/mzap:v1.3.0
FROM hahwul/mzap:v1.3.1
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// VERSION is version
const VERSION = "v1.3.0"
const VERSION = "v1.3.1"

0 comments on commit 6bfc2c0

Please sign in to comment.