-
Notifications
You must be signed in to change notification settings - Fork 20
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
snyk-plugin: added --snyk-code-test-opts flag #137
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
py/plugins/snyk.py
Outdated
@@ -194,4 +203,5 @@ | |||
dst = "%s/snyk-results.json" % results.dbgdir_uni | |||
cmd = FILTER_CMD % (src, dst) | |||
return results.exec_cmd(cmd, shell=True) | |||
props.post_process_hooks += [filter_hook] | |||
|
|||
props.post_process_hooks += [filter_hook] |
Check warning
Code scanning / vcs-diff-lint
Final newline missing
Final newline missing
jperezdealgaba
force-pushed
the
snyk_test_opts
branch
from
November 8, 2023 11:04
afd4f07
to
eaf5dff
Compare
jperezdealgaba
force-pushed
the
snyk_test_opts
branch
from
November 8, 2023 11:05
eaf5dff
to
d7da85c
Compare
jperezdealgaba
commented
Nov 8, 2023
jperezdealgaba
force-pushed
the
snyk_test_opts
branch
4 times, most recently
from
November 9, 2023 08:32
0c1d90d
to
2e94c5e
Compare
kdudka
reviewed
Nov 14, 2023
jperezdealgaba
commented
Nov 14, 2023
jperezdealgaba
force-pushed
the
snyk_test_opts
branch
from
November 14, 2023 16:24
2e94c5e
to
942cf4e
Compare
jperezdealgaba
force-pushed
the
snyk_test_opts
branch
2 times, most recently
from
November 14, 2023 16:26
6feb696
to
71fb44a
Compare
jperezdealgaba
force-pushed
the
snyk_test_opts
branch
3 times, most recently
from
November 22, 2023 21:26
5893819
to
f3fe03a
Compare
/packit rebuild-failed |
Users are now able to use the introduced flag to pass new parameters to the snyk cli Reproducer: csmock -t snyk --snyk-code-test-opts='--report --project-name=osbuild' -r rhel-8-x86_64 osbuild-99-1.el10+1.src.rpm Resolves: https://issues.redhat.com/browse/OSH-307 Closes: csutils#137
kdudka
force-pushed
the
snyk_test_opts
branch
from
November 30, 2023 08:31
f3fe03a
to
73eddc1
Compare
@jperezdealgaba Thanks for the update! Merging... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Users are now able to use the introduced flag to pass new parameters to the snyk cli
Resolves: https://issues.redhat.com/browse/OSH-307
csmock -t snyk --snyk-code-test-opts="--report --project-name=osbuild" -r rhel-8-x86_64 osbuild-99-1.el10+1.src.rpm