Skip to content

Commit

Permalink
Update dependencycheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservos authored Jan 30, 2024
1 parent 2a61377 commit 4b41a03
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/dependencycheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ jobs:
--enableRetired
--enableExperimental
--nvdApiKey $NVD_API_KEY
- run: ls ~/.m2/*/*/*
- uses: actions/cache@v3
with:
path: |
~/.m2/repository/org/owasp/dependency-check-data
# Ensure the key is unique and based on something that changes when the cache should be rebuilt
key: ${{ runner.os }}-dependency-check-${{ hashFiles('*.db', '*.json') }}
restore-keys: |
${{ runner.os }}-dependency-check-
- run: ls ~/.m2/re*
- name: Upload results - SCA
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 4b41a03

Please sign in to comment.