Skip to content

Commit

Permalink
docker-image-scan.yml aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc authored Apr 1, 2024
1 parent 90bda06 commit b5ca6da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: .trivy
key: ${{ runner.os }}-trivy-db-${{ steps.trivy-db.outputs.sha }}
- name: Run Trivy json result
uses: aquasecurity/trivy-action@0.16.0
uses: aquasecurity/trivy-action@0.19.0
with:
image-ref: 'docker.io/holomekc/wiremock-gui'
format: 'json'
Expand All @@ -69,7 +69,7 @@ jobs:
hide-progress: true
cache-dir: .trivy
- name: Run Trivy sarif result
uses: aquasecurity/trivy-action@0.16.0
uses: aquasecurity/trivy-action@0.19.0
with:
image-ref: 'docker.io/holomekc/wiremock-gui'
format: 'sarif'
Expand All @@ -81,7 +81,7 @@ jobs:
hide-progress: true
cache-dir: .trivy
- name: Run Trivy sbom result
uses: aquasecurity/trivy-action@0.16.0
uses: aquasecurity/trivy-action@0.19.0
with:
image-ref: 'docker.io/holomekc/wiremock-gui'
format: 'github'
Expand Down

0 comments on commit b5ca6da

Please sign in to comment.