Skip to content

Commit

Permalink
ci(deps): update aquasecurity/trivy-action action to v0.29.0 (#135)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[aquasecurity/trivy-action](https://redirect.github.com/aquasecurity/trivy-action)
| action | minor | `0.28.0` -> `0.29.0` |

---

### Release Notes

<details>
<summary>aquasecurity/trivy-action (aquasecurity/trivy-action)</summary>

###
[`v0.29.0`](https://redirect.github.com/aquasecurity/trivy-action/releases/tag/0.29.0)

[Compare
Source](https://redirect.github.com/aquasecurity/trivy-action/compare/0.28.0...0.29.0)

#### What's Changed

- feat: Allow skipping setup by
[@&#8203;rvesse](https://redirect.github.com/rvesse) in
[https://github.com/aquasecurity/trivy-action/pull/414](https://redirect.github.com/aquasecurity/trivy-action/pull/414)
- Fix oras command not found in "Update Trivy Cache" action by
[@&#8203;Tiryoh](https://redirect.github.com/Tiryoh) in
[https://github.com/aquasecurity/trivy-action/pull/413](https://redirect.github.com/aquasecurity/trivy-action/pull/413)
- Update README.md by
[@&#8203;simar7](https://redirect.github.com/simar7) in
[https://github.com/aquasecurity/trivy-action/pull/420](https://redirect.github.com/aquasecurity/trivy-action/pull/420)
- feat: add token for `setup-trivy` by
[@&#8203;DmitriyLewen](https://redirect.github.com/DmitriyLewen) in
[https://github.com/aquasecurity/trivy-action/pull/421](https://redirect.github.com/aquasecurity/trivy-action/pull/421)
- fix: bump `setup-trivy` and add new `contrib` directory path info by
[@&#8203;DmitriyLewen](https://redirect.github.com/DmitriyLewen) in
[https://github.com/aquasecurity/trivy-action/pull/424](https://redirect.github.com/aquasecurity/trivy-action/pull/424)
- docs: remove ignore-unfixed from IaC scan example by
[@&#8203;nikpivkin](https://redirect.github.com/nikpivkin) in
[https://github.com/aquasecurity/trivy-action/pull/429](https://redirect.github.com/aquasecurity/trivy-action/pull/429)
- chore(deps): Bump trivy to v0.57.1 by
[@&#8203;simar7](https://redirect.github.com/simar7) in
[https://github.com/aquasecurity/trivy-action/pull/434](https://redirect.github.com/aquasecurity/trivy-action/pull/434)

#### New Contributors

- [@&#8203;rvesse](https://redirect.github.com/rvesse) made their first
contribution in
[https://github.com/aquasecurity/trivy-action/pull/414](https://redirect.github.com/aquasecurity/trivy-action/pull/414)
- [@&#8203;Tiryoh](https://redirect.github.com/Tiryoh) made their first
contribution in
[https://github.com/aquasecurity/trivy-action/pull/413](https://redirect.github.com/aquasecurity/trivy-action/pull/413)

**Full Changelog**:
aquasecurity/trivy-action@0.28.0...0.29.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 9a0d423 commit 76f56d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_dockerhub_release_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # 0.29.0
with:
image-ref: ${{ env.IMAGE_NAME }}:trivy-scan
format: "sarif"
Expand Down

0 comments on commit 76f56d2

Please sign in to comment.