forked from mystiq/dex
Merge pull request #2525 from dexidp/dependabot/github_actions/aquasecurity/trivy-action-0.3.0
This commit is contained in:
commit
a4fb0a089f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/artifacts.yaml
vendored
2
.github/workflows/artifacts.yaml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@0.2.5
|
||||
uses: aquasecurity/trivy-action@0.3.0
|
||||
with:
|
||||
image-ref: "ghcr.io/dexidp/dex:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}"
|
||||
format: "sarif"
|
||||
|
|
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
|||
org.opencontainers.image.documentation=https://dexidp.io/docs/
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@0.2.5
|
||||
uses: aquasecurity/trivy-action@0.3.0
|
||||
with:
|
||||
image-ref: "ghcr.io/dexidp/dex:${{ steps.tags.outputs.version }}"
|
||||
format: "template"
|
||||
|
|
Loading…
Reference in a new issue