Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SRE-2525 ci: Fix Trivy scan upload to the Security tab #15394

Open
wants to merge 2 commits into
base: release/2.6
Choose a base branch
from

Commits on Oct 31, 2024

  1. SRE-2525 ci: Fix Trivy scan upload to the Security tab

    - Enable write access to the Security section of Github project
    
    - Use GHA cache to avoid Trivy scan failures due to overuse of CVEs database results in database download failure
    Upgrade `trivy-action` to version 0.28.0 where the caching mechanism is enabled by default.
    Enable debug option in Trivy to be prepared for detail scan failures analysis
    
    Doc-only: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c5f49fe View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. common: enable Trivy debug

    Doc-only: true
    
    Required-githooks: true
    
    Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
    grom72 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7d8c87f View commit details
    Browse the repository at this point in the history