fix: branch update
parent
34d4557dad
commit
82e553895a
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: |
|
||||
if ! which cve-annotate > /dev/null; then
|
||||
echo -e "Command cve-annotate not found! Installing\c"
|
||||
go install github.com/projectdiscovery/nuclei/v2/cmd/cve-annotate@dev
|
||||
go install github.com/projectdiscovery/nuclei/v2/cmd/cve-annotate@latest
|
||||
fi
|
||||
cve-annotate -i ./cves/ -d .
|
||||
echo "::set-output name=changes::$(git status -s | wc -l)"
|
||||
|
|
Loading…
Reference in New Issue