-
Notifications
You must be signed in to change notification settings - Fork 141
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
Add buildah-sast task prototype #1488
Conversation
What code ensures this? |
@tkdchen it's done by kustomize |
Does "as close to the original build" mean the new task has the same build functionality but with needed sast scan tooling? |
@tkdchen yes, it should be the same but with sast interceptors. Also the sast build result is not used anywhere (just dropped), however the task produces sast report. |
64d6bd0
to
4e29bae
Compare
The following users are mentioned in OWNERS file(s) but are untrusted for the following reasons. One way to make the user trusted is to add them as members of the konflux-ci org. You can then trigger verification by writing
|
Closing this sample PR. |
This PR brings a prototype of buildah-sats scan task. The goal is to keep build with sast scanning as close to the original build as possible while providing mechanisms to instrument the build with needed sast scan tooling.
This includes: