You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RHACS reports OSBS images as vulnerable because of the usage of ADD
instruction, that allows to fetch remote content.
It's false positive as OSBS uses local resources only, but it scares
users.
We need to use keep ADD instruction to inject filestystem for base image
builds, to untar sources
STONEBLD-3815
Signed-off-by: Martin Basti <mbasti@redhat.com>
0 commit comments