From 5b05d6ed71920a26e83c3ac0efd99a68562f30c3 Mon Sep 17 00:00:00 2001 From: Parth Malhotra <28601533+parthmalhotra@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:35:05 +0530 Subject: [PATCH] Update cve2json.yml --- .github/workflows/cve2json.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cve2json.yml b/.github/workflows/cve2json.yml index f8c1c0e4d6b..69b3a32e192 100644 --- a/.github/workflows/cve2json.yml +++ b/.github/workflows/cve2json.yml @@ -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