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

Introduce sastfinding as a new finding type #1086

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

Conversation

TuanAnh17N
Copy link
Contributor

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Release note:


@gardener-robot
Copy link

@TuanAnh17N Thank you for your contribution.

@gardener-robot gardener-robot added the size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) label Nov 27, 2024
@ccwienk
Copy link
Member

ccwienk commented Nov 27, 2024

lgtm. however, we should mv this code to delivery-svc!

dso/model.py Show resolved Hide resolved
dso/model.py Show resolved Hide resolved
dso/model.py Outdated Show resolved Hide resolved
dso/model.py Show resolved Hide resolved
dso/model.py Show resolved Hide resolved
@gardener-robot gardener-robot added the size/s Size of pull request is small (see gardener-robot robot/bots/size.py) label Nov 28, 2024
@gardener-robot gardener-robot removed the size/xs Size of pull request is tiny (see gardener-robot robot/bots/size.py) label Nov 28, 2024
dso/model.py Outdated Show resolved Hide resolved
dso/model.py Outdated Show resolved Hide resolved
@@ -13,6 +13,17 @@
import unixutil.model


class ComponentContext(enum.StrEnum):
INTERNAL = 'internal'
Copy link
Member

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'
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs/review Needs review size/s Size of pull request is small (see gardener-robot robot/bots/size.py)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants