-
Notifications
You must be signed in to change notification settings - Fork 24
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
errorMissedIgnores parameter #48
errorMissedIgnores parameter #48
Conversation
Heya, thanks for the PR. Your code makes it a warning instead of an error to fail a build, which is fine, but I suppose I wouldn't call it "ignore". Additionally, please update the README where appropriate. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to approve if @alexjurkiewicz is, too.
Co-authored-by: Patrik Affentranger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @josh-linushealth
ps: Idk what's going on, github keeps telling me i need to review this :(. I will just ignore it from now on...
thanks for taking care of this Patrik. Sorry for the lack of response!
…On Fri, 2 Aug 2024 at 17:05, Patrik Affentranger ***@***.***> wrote:
***@***.**** commented on this pull request.
LGTM, thanks @josh-linushealth <https://github.com/josh-linushealth>
—
Reply to this email directly, view it on GitHub
<#48 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC4U5KKIPOS3AJGHQ6DB4LZPNDWLAVCNFSM6AAAAABJ2MPGP2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDEMJVGA4DSMRWGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Introduces parameter to only raise a warning when CVE's defined in the ignore list are not found in scan results. Currently this will result in an error.
This parameter defaults to true as to remain a non-impactful change.