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

tools/CI: scan repository with trivy security scanner (yarn.lock, composer.lock) #1998

Merged
merged 1 commit into from
Jul 6, 2023

Commits on Jun 30, 2023

  1. tools/CI: scan repository with trivy security scanner (yarn.lock, com…

    …poser.lock)
    
    - run scan on each push/pull request update
    - can be run locally using make test_trivy_repo
    - exit with error code 0/success when vulnerabilities are found,  as not to make the workflow fail, a separate periodic run that exits with code 1 should be added in parallel
    - update trivy to v0.43.0
    - https://github.com/aquasecurity/trivy/releases/tag/v0.43.0
    - also consider TRIVY_EXIT_CODE when running trivy on the latest docker image
    - ref. shaarli#1531
    nodiscc committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3b5923b View commit details
    Browse the repository at this point in the history