fix: branch update

patch-1
sandeep 2021-12-14 03:27:53 +05:30
parent 34d4557dad
commit 82e553895a
1 changed files with 1 additions and 1 deletions

View File

@ -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)"