Update cve2json.yml

This commit is contained in:
Parth Malhotra
2024-10-03 22:35:05 +05:30
committed by GitHub
parent de6a15a7c5
commit 5b05d6ed71

View File

@@ -17,7 +17,7 @@ jobs:
- uses: projectdiscovery/actions/setup/go@v1
with:
go-version: 'stable'
- run: go run main.go $GITHUB_WORKSPACE/http/cves/,$GITHUB_WORKSPACE/network/cves/ $GITHUB_WORKSPACE/cves.json
- run: go run main.go $GITHUB_WORKSPACE/http/cves/,$GITHUB_WORKSPACE/network/cves/,$GITHUB_WORKSPACE/javascript/cves/ $GITHUB_WORKSPACE/cves.json
working-directory: .github/scripts/yaml2json
- run: md5sum cves.json | cut -d' ' -f1 > cves.json-checksum.txt
- uses: projectdiscovery/actions/setup/git@v1