Update cve-annotate.yml
parent
cde816535a
commit
63eabba758
|
@ -25,7 +25,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
if ! which cve-annotate > /dev/null; then
|
if ! which cve-annotate > /dev/null; then
|
||||||
echo -e "Command cve-annotate not found! Installing\c"
|
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
|
fi
|
||||||
cve-annotate -i ./cves/ -d .
|
cve-annotate -i ./cves/ -d .
|
||||||
echo "::set-output name=changes::$(git status -s | wc -l)"
|
echo "::set-output name=changes::$(git status -s | wc -l)"
|
||||||
|
|
Loading…
Reference in New Issue