Skip to content

Commit

Permalink
Merge pull request #96 from controlplaneio-fluxcd/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions-0bdb2af9af

Bump aquasecurity/trivy-action from 0.23.0 to 0.24.0 in the actions group
  • Loading branch information
stefanprodan authored Jul 9, 2024
2 parents 5b356f5 + fbfbcb4 commit a01f08e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/scan-controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Scan source-controller
id: sc
continue-on-error: true
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # v0.23.0
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
with:
image-ref: ${{ steps.images.outputs.sc }}
format: 'table'
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Scan kustomize-controller
id: kc
continue-on-error: true
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # v0.23.0
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
with:
image-ref: ${{ steps.images.outputs.kc }}
format: 'table'
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Scan helm-controller
id: hc
continue-on-error: true
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # v0.23.0
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
with:
image-ref: ${{ steps.images.outputs.hc }}
format: 'table'
Expand All @@ -98,7 +98,7 @@ jobs:
- name: Scan notification-controller
id: nc
continue-on-error: true
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # v0.23.0
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
with:
image-ref: ${{ steps.images.outputs.nc }}
format: 'table'
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Scan image-reflector-controller
id: irc
continue-on-error: true
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # v0.23.0
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
with:
image-ref: ${{ steps.images.outputs.irc }}
format: 'table'
Expand All @@ -126,7 +126,7 @@ jobs:
- name: Scan image-automation-controller
id: iac
continue-on-error: true
uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2 # v0.23.0
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
with:
image-ref: ${{ steps.images.outputs.iac }}
format: 'table'
Expand Down

0 comments on commit a01f08e

Please sign in to comment.