Skip to content

Commit

Permalink
fix: use proper version for nuclei gh action
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi committed May 20, 2024
1 parent 550140e commit 3fb5060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
BACKEND: "http://apache:80"
steps:
- name: Nuclei - Vulnerability Scan
uses: projectdiscovery/nuclei-action@main
uses: projectdiscovery/nuclei-action@v2.0.1
with:
target: "http://127.0.0.1:8080"
flags: "-t http/cves -type http -stats -ni -sresp"
Expand Down

0 comments on commit 3fb5060

Please sign in to comment.