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
Sign the image with cosign using the OIDC token.
Add Software Bill of Materials with trivy as signed cosign attestations.
This informatin is needed for securing the supply chain.
You can verify the image with cosign.
You can get the SBOM from the attestations and then use trivy to check
for vulnerabilities.
Signed-off-by: Jordi Massaguer Pla <[email protected]>
Copy file name to clipboardExpand all lines: .github/workflows/build_and_push_models.yml
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# This workflow will install Python dependencies, build the latest models as containers, and push to the registry the resulting containers
2
2
# TODO: Use cache for caching the docker images, to speed up the build
3
3
# TODO: Can we have the dependencies stored somehow (predownloaded, a custom image, a container registry, our artifact server...) so this will always be reproduceable?
4
-
# TODO: Can we have some kind of Bill Of Materials of the resulting image? What packages are in there? What python "modules" ? Code version of monai?
0 commit comments