Skip to content

Commit

Permalink
remove skip DB update env, and use 'latest' release
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Dec 21, 2024
1 parent cf8f8ef commit 7cf1343
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/trivy-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if: github.event.client_payload.image != ''
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
with:
version: 'v0.57.2'
version: 'latest'
image-ref: ${{ github.event.client_payload.image }}
cache: 'true'
format: "sarif"
Expand All @@ -59,8 +59,6 @@ jobs:
severity: "CRITICAL,HIGH"
env:
TRIVY_CACHE_DIR: .cache/trivy
TRIVY_SKIP_DB_UPDATE: true
TRIVY_SKIP_JAVA_DB_UPDATE: true

# Upload image scan results
- name: Upload Trivy image scan results
Expand All @@ -73,7 +71,7 @@ jobs:
- name: Run Trivy filesystem scan
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
with:
version: 'v0.57.2'
version: 'latest'
scan-type: 'fs'
cache: 'true'
format: 'sarif'
Expand All @@ -82,8 +80,6 @@ jobs:
ignore-unfixed: true
env:
TRIVY_CACHE_DIR: .cache/trivy
TRIVY_SKIP_DB_UPDATE: true
TRIVY_SKIP_JAVA_DB_UPDATE: true

# Upload filesystem scan results
- name: Upload Trivy filesystem scan results
Expand Down

0 comments on commit 7cf1343

Please sign in to comment.