-
Notifications
You must be signed in to change notification settings - Fork 325
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] use new script for sbom generation #3942
Conversation
7558ff7
to
5727288
Compare
5727288
to
c0c7c46
Compare
c0c7c46
to
52eb2ec
Compare
Co-authored-by: Sven Tennie <sven.tennie@wire.com>
@supersven thank you for your review; I have tried to address your issues, would you happen to have time to take one more glance at it? :3 Thank you! |
e6bc7d9
to
2341fd1
Compare
@MangoIV I'm at it 😄 |
Co-authored-by: Sven Tennie <sven.tennie@wire.com>
deriving stock (Eq, Ord, Show, Generic) | ||
deriving anyclass (FromJSON, ToJSON) | ||
|
||
sadSbomMeta :: Text -> Text -> [Text] -> SBomMeta Identity |
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.
sadSbomMeta :: Text -> Text -> [Text] -> SBomMeta Identity | |
emptySbomMeta :: Text -> Text -> [Text] -> SBomMeta Identity |
or
sadSbomMeta :: Text -> Text -> [Text] -> SBomMeta Identity | |
notFoundSbomMeta :: Text -> Text -> [Text] -> SBomMeta Identity |
?
Hm, could be that I don't get the name 🤔 However, if this is named "sad" because the search algorithm is sad because it didn't find anything, then I would say be can name this better 😃
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.
yeah, it's because it didn't find anything and the information it can provide is sad :(
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.
As said empty...
or notFound...
would have been easier to grap. 😸
https://wearezeta.atlassian.net/browse/SEC-596
Checklist
changelog.d