diff --git a/nuclei.yaml b/nuclei.yaml index d75fce60f69..185028a9fe2 100644 --- a/nuclei.yaml +++ b/nuclei.yaml @@ -1,7 +1,7 @@ package: name: nuclei - version: 3.3.5 - epoch: 1 + version: 3.3.6 + epoch: 0 description: "yaml based vulnerability scanner" copyright: - license: MIT @@ -18,13 +18,13 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: 8d0d2888c8de7308a2e47c544a56ba0dbe42aac2 + expected-commit: 419f08f61ce5ca2d3f0eae9fe36dc7c44c1f532a 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/golang-jwt/jwt/v4@v4.5.1 + 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