Update cve-annotate.yml
parent
cde816535a
commit
63eabba758
|
@ -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@master
|
||||
fi
|
||||
cve-annotate -i ./cves/ -d .
|
||||
echo "::set-output name=changes::$(git status -s | wc -l)"
|
||||
|
|
Loading…
Reference in New Issue