Skip to content

Dockerfile.fips: add findutils, missed in merge from canonical

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 gitlab-org/cloud-native/distroless/ubi#75

Does this MR meet the acceptance criteria?

Merge request reports