Skip to content

Upgrade: Bump aquasecurity/trivy-action from 0.24.0 to 0.28.0#192

Merged
santoshkal merged 1 commit intopre-mainfrom
dependabot/github_actions/pre-main/aquasecurity/trivy-action-0.28.0
Oct 24, 2024
Merged

Upgrade: Bump aquasecurity/trivy-action from 0.24.0 to 0.28.0#192
santoshkal merged 1 commit intopre-mainfrom
dependabot/github_actions/pre-main/aquasecurity/trivy-action-0.28.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 24, 2024

Bumps aquasecurity/trivy-action from 0.24.0 to 0.28.0.

Release notes

Sourced from aquasecurity/trivy-action's releases.

v0.28.0

What's Changed

Full Changelog: aquasecurity/trivy-action@0.27.0...0.28.0

v0.27.0

What's Changed

Full Changelog: aquasecurity/trivy-action@0.26.0...0.27.0

v0.26.0

What's Changed

Full Changelog: aquasecurity/trivy-action@0.25.0...0.26.0

v0.25.0

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@0.24.0...0.25.0

Commits

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.24.0 to 0.28.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@6e7b7d1...915b19b)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 24, 2024
@dryrunsecurity
Copy link
Copy Markdown

DryRun Security Summary

The pull request updates the Trivy vulnerability scanner to the latest version and maintains a reasonable configuration for the scan, focusing on identifying and addressing the most critical vulnerabilities while avoiding noise from lower-severity issues, and using the SARIF output format for easy integration with other security tools.

Expand for full summary

Summary:

The changes in this pull request are focused on improving the security of the CI pipeline by updating the Trivy vulnerability scanner and maintaining a reasonable configuration for the scan. The update to the latest version of Trivy (from 0.24.0 to 0.28.0) is a positive change, as it ensures the pipeline is using the latest version of the tool, which likely includes bug fixes, performance improvements, and support for newer vulnerability databases. The Trivy scan configuration remains the same, with settings that focus on identifying and addressing the most critical vulnerabilities while avoiding noise from lower-severity issues. The use of the SARIF output format is also a good choice, as it can be easily integrated with other security tools and the GitHub Security tab.

Files Changed:

  • .github/workflows/ci.yaml: This file contains the GitHub Actions workflow for the continuous integration (CI) pipeline. The main changes are:
    1. Trivy Vulnerability Scanner Update: The version of the Trivy vulnerability scanner action has been updated from 0.24.0 to 0.28.0.
    2. Trivy Scan Configuration: The Trivy scan configuration remains the same, with the following settings:
      • scan-type: "fs": Instructs Trivy to scan the file system of the repository, rather than a container image.
      • ignore-unfixed: true: Tells Trivy to ignore vulnerabilities that have not yet been fixed.
      • format: sarif: The scan results will be output in the SARIF (Static Analysis Results Interchange Format) format.
      • output: "trivy-results.sarif": The SARIF output will be saved to the trivy-results.sarif file.
      • severity: "CRITICAL,HIGH": The pipeline will only report vulnerabilities with a severity of "CRITICAL" or "HIGH".

Code Analysis

We ran 9 analyzers against 1 file and 0 analyzers had findings. 9 analyzers had no findings.

Riskiness

🟢 Risk threshold not exceeded.

View PR in the DryRun Dashboard.

@santoshkal santoshkal merged commit f36fac6 into pre-main Oct 24, 2024
@dependabot dependabot Bot deleted the dependabot/github_actions/pre-main/aquasecurity/trivy-action-0.28.0 branch October 24, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant