Skip to content

Commit

Permalink
Merge pull request #181 from srl-labs/dependabot/github_actions/main/…
Browse files Browse the repository at this point in the history
…aquasecurity/trivy-action-0.28.0

chore(deps): bump aquasecurity/trivy-action from 0.24.0 to 0.28.0
  • Loading branch information
carlmontanari authored Nov 1, 2024
2 parents 0684f15 + e6d5d5e commit 910af15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
devspace run build --skip-push
- name: run trivy - manager
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: ghcr.io/srl-labs/clabernetes/clabernetes-manager:${{ env.COMMIT_HASH }}
format: github
Expand All @@ -77,7 +77,7 @@ jobs:
# we'll skip running this on that guy and just hit the manager/ui :)

- name: run trivy - ui
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.28.0
with:
image-ref: ghcr.io/srl-labs/clabernetes/clabernetes-ui:${{ env.COMMIT_HASH }}
format: github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: make lint

- name: run trivy - fs
uses: aquasecurity/trivy-action@0.24.0
uses: aquasecurity/trivy-action@0.28.0
with:
scan-type: fs
exit-code: 1
Expand Down

0 comments on commit 910af15

Please sign in to comment.