diff --git a/nuclei.yaml b/nuclei.yaml index 5d5fc9bf5b2..4d68e6ecf31 100644 --- a/nuclei.yaml +++ b/nuclei.yaml @@ -1,7 +1,7 @@ package: name: nuclei - version: 3.2.9 - epoch: 2 + version: 3.3.0 + epoch: 0 description: "yaml based vulnerability scanner" copyright: - license: MIT @@ -18,13 +18,13 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: 71628cc89734e8d426a2c734a4979a1429bc1462 + expected-commit: bac917428bcc19e1a3264cce1d467b4776530860 repository: https://github.com/projectdiscovery/nuclei tag: v${{package.version}} - uses: go/bump with: - deps: github.com/mholt/archiver/v3@v3.5.2 github.com/hashicorp/go-retryablehttp@v0.7.7 + deps: github.com/mholt/archiver/v3@v3.5.2 replaces: github.com/mholt/archiver/v3=github.com/anchore/archiver/v3@v3.5.2 - uses: patch