Browse Source

Merge pull request #2398 from dexidp/dependabot/github_actions/aquasecurity/trivy-action-0.2.2

pull/2399/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
f8fcae5f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker.yaml

2
.github/workflows/docker.yaml

@ -94,7 +94,7 @@ jobs:
org.opencontainers.image.documentation=https://dexidp.io/docs/
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.2.1
uses: aquasecurity/trivy-action@0.2.2
with:
image-ref: "ghcr.io/dexidp/dex:${{ steps.tags.outputs.version }}"
format: "template"

Loading…
Cancel
Save