We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb1432 commit 6ff33dcCopy full SHA for 6ff33dc
.github/workflows/template-sign.yml
@@ -14,7 +14,8 @@ jobs:
14
if: github.repository == 'OWASP/www-project-asvs-security-evaluation-templates-with-nuclei'
15
steps:
16
- uses: actions/checkout@v4
17
-
+ with:
18
+ token: '${{ secrets.GITHUB_TOKEN }}'
19
- uses: projectdiscovery/actions/setup/nuclei@v1
20
- run: nuclei -lfa -duc -sign -ud $GITHUB_WORKSPACE -t .
21
env:
0 commit comments