Skip to content

Commit

Permalink
fix nuclei version (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
buixor authored Feb 2, 2024
1 parent 27c7cee commit e8d37ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_appsec_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install requirements
run: |
sudo apt install libre2-dev
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@v3.1.7
- name: Install CrowdSec
run: |
git clone https://github.com/crowdsecurity/crowdsec.git
Expand Down

0 comments on commit e8d37ab

Please sign in to comment.