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

Merge pull request #2810 from dexidp/dependabot/github_actions/aquasecurity/trivy-action-0.9.0

parents 0e96c762 aa9d2fd0
Branches
Tags
No related merge requests found
...@@ -83,7 +83,7 @@ jobs: ...@@ -83,7 +83,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
- name: Run Trivy vulnerability scanner - name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.8.0 uses: aquasecurity/trivy-action@0.9.0
with: with:
image-ref: "ghcr.io/dexidp/dex:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}" image-ref: "ghcr.io/dexidp/dex:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.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.8.0 uses: aquasecurity/trivy-action@0.9.0
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