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 4b41a03 commit cb00b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencycheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- uses: actions/cache@v3
with:
path: |
~/.m2/repository/org/owasp/dependency-check-data
~/.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*
- run: ls ~/.dependency-check/data/*
- name: Upload results - SCA
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit cb00b8d

Please sign in to comment.