Skip to content

Dockerfile.fips: add python/pip, semgrep to intermediate image

Jason Plum requested to merge distroless-fixup into main

What does this MR do?

In testing, after merging recent changes from canonical, it was found that small additional work needed to be done in order for the pipeline to pass.

Intermediate image now needs:

  • findutils (find, xargs)
  • python39, python39-pip

The step to add the sast-rules contents makes use of find, xargs, semgrep.

What are the relevant issue numbers?

Related to ubi#75

Does this MR meet the acceptance criteria?

Merge request reports