-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(audit): add --ignore
and --ignore-unfixable
flags
#8474
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
feat(audit): add --ignore
and --ignore-unfixable
flags
#8474
Conversation
💖 Thanks for opening this pull request! 💖 |
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.
I am not sure we need the new flag in scope of this PR.
4b461a3
to
0f05047
Compare
Opened: #8483 |
0f05047
to
0ad76f4
Compare
Let's make it a new subcommand instead of a flag. So it will be |
1291e1e
to
6a3bc3c
Compare
@zkochan I personally feel that having a flag makes things a little bit easier and keeps feature parity with |
but
|
Apologies, as I appear to have not completed my thought all the way in my previous comment. What I meant was:
|
Right, I think |
8000
ok, I did not change |
--ignore
and --ignore-unfixable
flags
Makes ignoring CVE with no resolutions easier.