Skip to content

Commit

Permalink
build(deps): bump aquasecurity/trivy-action from 0.5.0 to 0.5.1 (#4833)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 30, 2022
1 parent 53b8192 commit 2f169d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Expand Up @@ -87,7 +87,7 @@ jobs:
# Equivalent to:
# $ trivy fs .
- name: Run Trivy scan on repo
uses: aquasecurity/trivy-action@0.5.0
uses: aquasecurity/trivy-action@0.5.1
with:
scan-type: fs
format: table
Expand All @@ -98,7 +98,7 @@ jobs:
# Equivalent to:
# $ trivy image openpolicyagent/opa:edge
- name: Run Trivy scan on image
uses: aquasecurity/trivy-action@0.5.0
uses: aquasecurity/trivy-action@0.5.1
with:
image-ref: 'openpolicyagent/opa:edge'
format: table
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vuln-scans.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
# Equivalent to:
# $ trivy fs .
- name: Run Trivy scan on repo
uses: aquasecurity/trivy-action@0.5.0
uses: aquasecurity/trivy-action@0.5.1
with:
scan-type: fs
format: table
Expand All @@ -33,7 +33,7 @@ jobs:
# Equivalent to:
# $ trivy image $IMAGE
- name: Run Trivy scan on image
uses: aquasecurity/trivy-action@0.5.0
uses: aquasecurity/trivy-action@0.5.1
with:
image-ref: 'openpolicyagent/opa:${{ steps.tag.outputs.TAG }}'
format: table
Expand Down

0 comments on commit 2f169d9

Please sign in to comment.