build(deps): Bump aquasecurity/trivy-action from 0.34.0 to 0.35.0 in /.github/workflows in the github_actions group across 1 directory#14
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the github_actions group with 1 update in the /.github/workflows directory: [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action). Updates `aquasecurity/trivy-action` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@0.34.0...0.35.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.35.0 dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <support@github.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps the github_actions group with 1 update in the /.github/workflows directory: aquasecurity/trivy-action.
Updates
aquasecurity/trivy-actionfrom 0.34.0 to 0.35.0Release notes
Sourced from aquasecurity/trivy-action's releases.
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Low Risk
Low risk dependency bump limited to GitHub Actions workflow configuration. Main risk is CI security scanning behavior changing due to the updated Trivy action/engine version.
Overview
RCA: The workflows pinned
aquasecurity/trivy-actionto an older release, leaving CI security scans running on an outdated action/Trivy version. This increases the chance of missing or misreporting vulnerabilities due to stale scanner behavior.The Fix: Bumps
aquasecurity/trivy-actionfrom0.34.0to0.35.0incontainer-publish.yml(image scan) andsecurity.yml(filesystem + config scans), with no other workflow logic changes.The Proof: No application tests/coverage were changed or can be asserted from this diff; verification is that the updated workflows run successfully in CI (coverage >80% is not applicable here).
Telemetry Added: None (no new OTel spans or Loki logs added).
Written by Cursor Bugbot for commit 5d025a6. This will update automatically on new commits. Configure here.