diff --git a/README.md b/README.md index f07757c..e2c2ec8 100644 --- a/README.md +++ b/README.md @@ -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/mzap@v1.3.0-action + uses: hahwul/mzap@v1.3.1-action with: arguments: 'spider --urls sample/target.txt --apis' ``` diff --git a/github-action/Dockerfile b/github-action/Dockerfile index ee98d24..d2db3de 100644 --- a/github-action/Dockerfile +++ b/github-action/Dockerfile @@ -1,3 +1,3 @@ -FROM hahwul/mzap:v1.3.0 +FROM hahwul/mzap:v1.3.1 COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file diff --git a/pkg/version/version.go b/pkg/version/version.go index b68868e..56970df 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,4 +1,4 @@ package version // VERSION is version -const VERSION = "v1.3.0" +const VERSION = "v1.3.1"