We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8269988 commit 9fba96aCopy full SHA for 9fba96a
.github/workflows/fosstars-report.yml
@@ -50,13 +50,6 @@ jobs:
50
run: |
51
mvn -T1 --no-transfer-progress dependency-check:check dependency-check:aggregate
52
53
-# - name: "Archive CVE Report"
54
-# uses: actions/upload-artifact@v4
55
-# with:
56
-# name: cve-report
57
-# path: target/dependency-check-report.html
58
-# retention-days: 7
59
-
60
- name: Delete Old CVE Cache
61
62
CACHE_IDS=$(gh cache list --key "${{ env.CVE_CACHE_KEY }}" --ref "${{ env.CVE_CACHE_REF }}" --json id | jq -r '.[] | .id')
0 commit comments