Skip to content

deps: bump aquasecurity/trivy-action from 0.32.0 to 0.33.1#1863

Merged
nddq merged 1 commit into
mainfrom
dependabot/github_actions/aquasecurity/trivy-action-0.33.1
Sep 4, 2025
Merged

deps: bump aquasecurity/trivy-action from 0.32.0 to 0.33.1#1863
nddq merged 1 commit into
mainfrom
dependabot/github_actions/aquasecurity/trivy-action-0.33.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2025

Copy link
Copy Markdown
Contributor

Bumps aquasecurity/trivy-action from 0.32.0 to 0.33.1.

Release notes

Sourced from aquasecurity/trivy-action's releases.

v0.33.1

What's Changed

Full Changelog: aquasecurity/trivy-action@0.33.0...0.33.1

v0.33.0

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.32.0...0.33.0

Commits
  • b6643a2 Update setup-trivy action to version v0.2.4 (#486)
  • f9424c1 Merge pull request #481 from aquasecurity/bump-trivy-1755898251
  • 85abccb dev: delete fanal.db before tests
  • a169870 ci: update golden files on Trivy bump
  • 71f6a8f dev: add update-golden goal
  • bf330b1 test: update golden files
  • 644762e Merge pull request #482 from aquasecurity/fix-gh-actions
  • f2e2851 chore(ci): Add oras to correctly setup sync jobs
  • 636fd3c fix: update tests
  • 7c0244b chore(deps): Update trivy to v0.65.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.32.0 to 0.33.1.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@dc5a429...b6643a2)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-version: 0.33.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added area/dependencies Pull requests that update a dependency file area/infra Test, Release, or CI Infrastructure labels Sep 4, 2025
@dependabot dependabot Bot requested a review from a team as a code owner September 4, 2025 14:16
@dependabot dependabot Bot added the area/dependencies Pull requests that update a dependency file label Sep 4, 2025
@dependabot dependabot Bot requested review from byte-msft and jimassa September 4, 2025 14:16
@dependabot dependabot Bot added the area/infra Test, Release, or CI Infrastructure label Sep 4, 2025
@dependabot dependabot Bot requested review from SRodi and paulyufan2 September 4, 2025 14:16
@nddq nddq added this pull request to the merge queue Sep 4, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 4, 2025
@nddq nddq added this pull request to the merge queue Sep 4, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Sep 4, 2025
@nddq nddq added this pull request to the merge queue Sep 4, 2025
Merged via the queue into main with commit f7bd532 Sep 4, 2025
31 checks passed
@nddq nddq deleted the dependabot/github_actions/aquasecurity/trivy-action-0.33.1 branch September 4, 2025 23:47
mereta pushed a commit that referenced this pull request Dec 2, 2025
Bumps
[aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action)
from 0.32.0 to 0.33.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aquasecurity/trivy-action/releases">aquasecurity/trivy-action's
releases</a>.</em></p>
<blockquote>
<h2>v0.33.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update setup-trivy action to version v0.2.4 by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/aquasecurity/trivy-action/pull/486">aquasecurity/trivy-action#486</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aquasecurity/trivy-action/compare/0.33.0...0.33.1">https://github.com/aquasecurity/trivy-action/compare/0.33.0...0.33.1</a></p>
<h2>v0.33.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update dependencies in README by <a
href="https://github.com/ibakshay"><code>@​ibakshay</code></a> in <a
href="https://redirect.github.com/aquasecurity/trivy-action/pull/378">aquasecurity/trivy-action#378</a></li>
<li>doc: correct sbom fs scan by <a
href="https://github.com/yxtay"><code>@​yxtay</code></a> in <a
href="https://redirect.github.com/aquasecurity/trivy-action/pull/458">aquasecurity/trivy-action#458</a></li>
<li>Pin actions/cache by SHA by <a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
in <a
href="https://redirect.github.com/aquasecurity/trivy-action/pull/480">aquasecurity/trivy-action#480</a></li>
<li>chore(ci): Add oras to correctly setup sync jobs by <a
href="https://github.com/simar7"><code>@​simar7</code></a> in <a
href="https://redirect.github.com/aquasecurity/trivy-action/pull/482">aquasecurity/trivy-action#482</a></li>
<li>chore(deps): Update trivy to v0.65.0 by <a
href="https://github.com/aqua-bot"><code>@​aqua-bot</code></a> in <a
href="https://redirect.github.com/aquasecurity/trivy-action/pull/481">aquasecurity/trivy-action#481</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/ibakshay"><code>@​ibakshay</code></a>
made their first contribution in <a
href="https://redirect.github.com/aquasecurity/trivy-action/pull/378">aquasecurity/trivy-action#378</a></li>
<li><a href="https://github.com/yxtay"><code>@​yxtay</code></a> made
their first contribution in <a
href="https://redirect.github.com/aquasecurity/trivy-action/pull/458">aquasecurity/trivy-action#458</a></li>
<li><a
href="https://github.com/martincostello"><code>@​martincostello</code></a>
made their first contribution in <a
href="https://redirect.github.com/aquasecurity/trivy-action/pull/480">aquasecurity/trivy-action#480</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aquasecurity/trivy-action/compare/0.32.0...0.33.0">https://github.com/aquasecurity/trivy-action/compare/0.32.0...0.33.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aquasecurity/trivy-action/commit/b6643a29fecd7f34b3597bc6acb0a98b03d33ff8"><code>b6643a2</code></a>
Update setup-trivy action to version v0.2.4 (<a
href="https://redirect.github.com/aquasecurity/trivy-action/issues/486">#486</a>)</li>
<li><a
href="https://github.com/aquasecurity/trivy-action/commit/f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808"><code>f9424c1</code></a>
Merge pull request <a
href="https://redirect.github.com/aquasecurity/trivy-action/issues/481">#481</a>
from aquasecurity/bump-trivy-1755898251</li>
<li><a
href="https://github.com/aquasecurity/trivy-action/commit/85abccb4a45b17f7272c97fb6789a215fca1f434"><code>85abccb</code></a>
dev: delete fanal.db before tests</li>
<li><a
href="https://github.com/aquasecurity/trivy-action/commit/a1698702b6572282ec311be7857219a18858aa70"><code>a169870</code></a>
ci: update golden files on Trivy bump</li>
<li><a
href="https://github.com/aquasecurity/trivy-action/commit/71f6a8fb8bcf6de1e478caf1ffbf96e8634f63e3"><code>71f6a8f</code></a>
dev: add update-golden goal</li>
<li><a
href="https://github.com/aquasecurity/trivy-action/commit/bf330b1153903db69c138b270026394621567622"><code>bf330b1</code></a>
test: update golden files</li>
<li><a
href="https://github.com/aquasecurity/trivy-action/commit/644762e8d423e0fc08e4420fbb32413b5232e066"><code>644762e</code></a>
Merge pull request <a
href="https://redirect.github.com/aquasecurity/trivy-action/issues/482">#482</a>
from aquasecurity/fix-gh-actions</li>
<li><a
href="https://github.com/aquasecurity/trivy-action/commit/f2e28516ef589ddbea87360e8c8d4ac6e1154111"><code>f2e2851</code></a>
chore(ci): Add oras to correctly setup sync jobs</li>
<li><a
href="https://github.com/aquasecurity/trivy-action/commit/636fd3c4eb543cadbbdbe619b32a2e8fa000b199"><code>636fd3c</code></a>
fix: update tests</li>
<li><a
href="https://github.com/aquasecurity/trivy-action/commit/7c0244b8c6bbe5b2b98b1012f747da7477efdba0"><code>7c0244b</code></a>
chore(deps): Update trivy to v0.65.0</li>
<li>Additional commits viewable in <a
href="https://github.com/aquasecurity/trivy-action/compare/dc5a429b52fcf669ce959baa2c2dd26090d2a6c4...b6643a29fecd7f34b3597bc6acb0a98b03d33ff8">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aquasecurity/trivy-action&package-manager=github_actions&previous-version=0.32.0&new-version=0.33.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file area/infra Test, Release, or CI Infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant