Skip to content

Commit

Permalink
Merge pull request #125 from controlplaneio-fluxcd/dependabot/github_…
Browse files Browse the repository at this point in the history
…actions/actions-179cc87e7a

Bump aquasecurity/trivy-action from 0.28.0 to 0.29.0 in the actions group
  • Loading branch information
stefanprodan authored Nov 20, 2024
2 parents 13c82a6 + 09eb4fb commit 9a6fcb1
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@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.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@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.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@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.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@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.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@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.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@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # v0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.0
with:
image-ref: ${{ steps.images.outputs.iac }}
format: 'table'
Expand Down

0 comments on commit 9a6fcb1

Please sign in to comment.