Skip to content

Commit

Permalink
Attempt to make Trivy run.
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Nov 16, 2023
1 parent 56ed019 commit b2da9f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-to-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
required: true

env:
TEST_TAG: ${{ inputs.image_name }}:testimage
TEST_TAG: ${{ inputs.image_name }}:${{ github.sha }}

jobs:
push_to_docker_hub:
Expand Down Expand Up @@ -63,6 +63,7 @@ jobs:
output: 'trivy-results.sarif'
exit-code: 1
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'HIGH,CRITICAL'
timeout: '30m'

Expand Down

0 comments on commit b2da9f1

Please sign in to comment.