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
In a quality gate, I want to check if an image is passing predefined checks before it is going to be deployed.
One rudimentary check could be, if CSAF is available for that image/organisation. CSAF so far is using for example /.well-known/security.txt to point out where to find provider-metadata.json.
Implementation notes
Defining a container image label, e.g. org.oasis-open.csaf.provider-metadata with a URL pointing to a provider-metadata.json would be great. This does not check the quality, but would be a first step.
Acceptance criteria
How do we know when this work is done?
Image label is defined
The text was updated successfully, but these errors were encountered:
💡 Summary
Add a definition of a container image label
Motivation and context
In a quality gate, I want to check if an image is passing predefined checks before it is going to be deployed.
One rudimentary check could be, if CSAF is available for that image/organisation. CSAF so far is using for example
/.well-known/security.txt
to point out where to findprovider-metadata.json
.Implementation notes
Defining a container image label, e.g.
org.oasis-open.csaf.provider-metadata
with a URL pointing to aprovider-metadata.json
would be great. This does not check the quality, but would be a first step.Acceptance criteria
How do we know when this work is done?
The text was updated successfully, but these errors were encountered: