Skip to content
Snippets Groups Projects
Unverified Commit e9a43bf3 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Merge pull request #2481 from dexidp/dependabot/github_actions/aquasecurity/trivy-action-0.2.5

parents b26e6395 75d198bd
No related branches found
No related tags found
No related merge requests found
...@@ -132,7 +132,7 @@ jobs: ...@@ -132,7 +132,7 @@ jobs:
echo ::set-output name=version::${VERSION} echo ::set-output name=version::${VERSION}
- name: Run Trivy vulnerability scanner - name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.2.4 uses: aquasecurity/trivy-action@0.2.5
with: with:
image-ref: "ghcr.io/dexidp/dex:${{ steps.details.outputs.version }}" image-ref: "ghcr.io/dexidp/dex:${{ steps.details.outputs.version }}"
format: "sarif" format: "sarif"
......
...@@ -96,7 +96,7 @@ jobs: ...@@ -96,7 +96,7 @@ jobs:
org.opencontainers.image.documentation=https://dexidp.io/docs/ org.opencontainers.image.documentation=https://dexidp.io/docs/
- name: Run Trivy vulnerability scanner - name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.2.3 uses: aquasecurity/trivy-action@0.2.5
with: with:
image-ref: "ghcr.io/dexidp/dex:${{ steps.tags.outputs.version }}" image-ref: "ghcr.io/dexidp/dex:${{ steps.tags.outputs.version }}"
format: "template" format: "template"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment