Skip to content

Commit 9fba96a

Browse files
Update .github/workflows/fosstars-report.yml
Co-authored-by: Charles Dubois <[email protected]>
1 parent 8269988 commit 9fba96a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/fosstars-report.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ jobs:
5050
run: |
5151
mvn -T1 --no-transfer-progress dependency-check:check dependency-check:aggregate
5252
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-
6053
- name: Delete Old CVE Cache
6154
run: |
6255
CACHE_IDS=$(gh cache list --key "${{ env.CVE_CACHE_KEY }}" --ref "${{ env.CVE_CACHE_REF }}" --json id | jq -r '.[] | .id')

0 commit comments

Comments
 (0)