-
Notifications
You must be signed in to change notification settings - Fork 616
introduce detect11 as default, deprecate detect9 #5556
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
Conversation
|
/it-go |
kaplan-michael
left a comment
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
Doesn't seem the integration test suite ran? |
https://github.com/SAP/jenkins-library/actions/runs/19462197069 |
yeah, looks like it did, My bad. |
cmd/detectExecuteScan.go
Outdated
|
|
||
| downloadScript := func() error { | ||
| if config.UseDetect8 { | ||
| log.Entry().Warn("The useDetect8 option is deprecated") |
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.
Please remove detect8 reference as it is no more supported.
f67e539 to
ff4a9ef
Compare
|
|
/it-go |



Description
Checklist