Browse Source

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

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

2
.github/workflows/artifacts.yaml

@ -132,7 +132,7 @@ jobs:
echo ::set-output name=version::${VERSION}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.2.4
uses: aquasecurity/trivy-action@0.2.5
with:
image-ref: "ghcr.io/dexidp/dex:${{ steps.details.outputs.version }}"
format: "sarif"

2
.github/workflows/docker.yaml

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

Loading…
Cancel
Save