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.
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
Remove Java artifacts scanning from vulnerability scans [DI-50] #778
Remove Java artifacts scanning from vulnerability scans [DI-50] #778
Changes from 34 commits
5fe7f98
9ad4e96
9652ba3
530b05a
9a7a94f
28582f6
c7cfb7d
20e0900
90498d6
1d4dd1d
ad2aaca
4277702
ec7584c
9beec7b
22fac1e
e58c0cb
66bbc4e
a67446b
82eda87
fcc20af
61b67fe
2d7050c
3948e73
111353d
ca3260f
b71b62c
bd10914
38d8bb1
49a80bd
bd3d829
a1f46a9
d67ad1a
b8ae9ab
5978b34
12a1d84
e3907bf
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Could we use the real zip but remove all *.jar files from it? This way we would be a bit closer to the docker image we actually push.
I have concerns about executable scripts from the distribution zips, if they're used in a safe manner, although I'm not sure if they're scanned.
WDYT @kwart ?
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.
I'm assuming that the distribution ZIPs are already scanned and considered safe, so further tests are redundant/duplicated.
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.
Jars are scanned for sure, not sure about shell scripts. I don't have strong opinion here.
Don't know if it makes any difference, if you compare the scan results it might be an indicator it it makes sense