-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ] | ||
/,' | ||
/' | ||
|
@@ -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' | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |