Skip to content

Commit

Permalink
test without cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Nov 6, 2024
1 parent 2596217 commit 7478961
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,6 @@ jobs:
tar -xzf javadb.tar.gz -C $GITHUB_WORKSPACE/.cache/trivy/java-db
rm javadb.tar.gz
- name: Cache DBs
uses: actions/cache/save@v4
with:
path: ${{ github.workspace }}/.cache/trivy
key: cache-trivy-${{ steps.date.outputs.date }}

- name: Generate Trivy vulnerability scan report
uses: aquasecurity/[email protected]
if: inputs.publish_vulnerabilities == 'true'
Expand All @@ -217,7 +211,7 @@ jobs:
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
output: 'trivy-results.sarif'
hide-progress: false
hide-progress: true
env:
TRIVY_SKIP_DB_UPDATE: true
TRIVY_SKIP_JAVA_DB_UPDATE: true
Expand Down

0 comments on commit 7478961

Please sign in to comment.