-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
refactor(misconf): Deprecate EXCEPTIONS
for misconfiguration scanning
#7776
Conversation
EXCEPTIONS
for misconfiguration scanningEXCEPTIONS
for misconfiguration scanning
Signed-off-by: Simar <[email protected]>
Signed-off-by: Simar <[email protected]>
pkg/rpc/convert.go
Outdated
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.
IIUC we can mark exceptions
as reserved
:
trivy/rpc/common/service.proto
Line 76 in 4926da7
repeated MisconfResult exceptions = 6; |
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.
thanks! I updated it.
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
Description
Deprecate
EXCEPTIONS
for misconfiguration scanningUsage
Before
After
NB Ignores are still listed as part of the regular log output
Related stuff
EXCEPTIONS
from results #7314Checklist