Skip to content

Commit

Permalink
Update template-validate.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Hamed Salimian <[email protected]>
  • Loading branch information
Snbig authored Dec 11, 2023
1 parent ce9dae4 commit 91f872d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
go-version: 1.21.x

- name: nuclei install
run: go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
Expand All @@ -27,4 +27,4 @@ jobs:
run: |
cp -r ${{ github.workspace }}/templates /home/runner/nuclei-templates
nuclei -duc -validate -allow-local-file-access
nuclei -duc -validate -w ./templates/workflows -allow-local-file-access
nuclei -duc -validate -w nuclei-templates/workflows -allow-local-file-access

0 comments on commit 91f872d

Please sign in to comment.