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
Copy file name to clipboardExpand all lines: README.md
+43-2Lines changed: 43 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,52 @@
5
5
6
6
This repository provides official Docker-maintained [reusable GitHub Actions workflows](https://docs.github.com/en/actions/how-tos/reuse-automations/reuse-workflows)
7
7
to securely build container images using Docker best practices. The workflows
8
-
sign BuildKit-generated SLSA-compliant provenance attestations and help
9
-
establish Docker as a trusted authority in secure software supply chains.
8
+
sign BuildKit-generated SLSA-compliant provenance attestations and align with
9
+
the principles behind [Docker Hardened Images](https://docs.docker.com/dhi/how-to/use/),
10
+
enabling open source projects to follow a seamless path toward higher levels of
11
+
security and trust.
10
12
11
13
## :test_tube: Experimental
12
14
13
15
This repository is considered **EXPERIMENTAL** and under active development
14
16
until further notice. It is subject to non-backward compatible changes or
0 commit comments