-
Notifications
You must be signed in to change notification settings - Fork 29
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
Introduce sastfinding as a new finding type #1086
base: master
Are you sure you want to change the base?
Conversation
@TuanAnh17N Thank you for your contribution. |
lgtm. however, we should mv this code to delivery-svc! |
a305f82
to
ba0a289
Compare
ba0a289
to
b7445a3
Compare
b7445a3
to
9cc65fa
Compare
@@ -13,6 +13,17 @@ | |||
import unixutil.model | |||
|
|||
|
|||
class ComponentContext(enum.StrEnum): | |||
INTERNAL = 'internal' |
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.
rather call it relation
+ reuse ocm
's definition
|
||
|
||
class SastStatus(enum.StrEnum): | ||
LOCAL_LINTING = 'local-linting' |
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.
can we inline those definitions into using code?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: