Skip to content

ci: add digest to save_artifact to run image scans - #526

Open
konrad-ohms wants to merge 2 commits into
mainfrom
ci/add-image-digest-for-scanning
Open

ci: add digest to save_artifact to run image scans#526
konrad-ohms wants to merge 2 commits into
mainfrom
ci/add-image-digest-for-scanning

Conversation

@konrad-ohms

Copy link
Copy Markdown
Contributor

Why

I want to run container image scans on every PR.

What

The SPS pipeline can scan images, but apparently requires digests being published, not only image names and tags.

References

n/a

Checklist

  • Backwards compatible?
  • Release notes in public docs updated? n/a
  • unit/e2e test coverage added or updated? n/a

Note: Remember to run a helm chart release after the the operator release to make the changes available thru helm.

@konrad-ohms
konrad-ohms requested a review from a team as a code owner June 11, 2026 12:03
The CI scanning tool runs docker build without passing build args,
causing BUILDPLATFORM to be empty and failing with 'invalid component'
error. Added default values (linux/amd64) to all ARG declarations to
allow builds without explicit --build-arg parameters.

The Makefile's container-build target will still override these defaults
when building multi-arch images.

Signed-off-by: Konrad Ohms <Konrad.Ohms@de.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant