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

Restore failing when CVE scanner finds a vulnerability #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 25, 2021

  1. Restore failing when CVE scanner finds a vulnerability

    During the migration to GitHub Actions in #160 this functionality
    was mistakenly and overzealously removed. Since PHP 8 and
    Alpine 3.13 are out and #166 has been filed, currently with a CVE
    for musl in it, this check should have failed as it is our goal
    to ship images without known CVE's in it. On my own PHP images
    the CVE checking fails and as such I was surprised that #166
    didn't have any failures. Up on checking the CI logs it showed
    the musl CVE but the step didn't fail.
    
    This commit restores the original functionality and will make the
    CI once again fail when it finds a CVE in one of the images.
    WyriHaximus committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    ac82b67 View commit details
    Browse the repository at this point in the history