Skip to content

Commit

Permalink
fix trivy scan pipeline bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Nov 13, 2024
1 parent dbcd894 commit 0e6f865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/shared-validate-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
IMAGE_VERSION=${{ steps.package.outputs.jar_version }}-${{ steps.package.outputs.git_commit }}
- name: Vulnerability Scan
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@ian-test-fix-trivy-issue
uses: IABTechLab/uid2-shared-actions/actions/vulnerability_scan@v3
with:
scan_severity: HIGH,CRITICAL
failure_severity: ${{ inputs.failure_severity }}
Expand Down
2 changes: 1 addition & 1 deletion actions/vulnerability_scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ runs:
hide-progress: true
env:
TRIVY_SKIP_DB_UPDATE: true
TRIVY_SKIP_JAVA_DB_UPDATE: true
TRIVY_SKIP_JAVA_DB_UPDATE: true

0 comments on commit 0e6f865

Please sign in to comment.