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
|[Go](https://go.dev/) projects |[Go Builder](internal/builders/go/README.md)| Builds and generates provenance for Go projects |[available since v1.0.0](https://github.com/slsa-framework/slsa-github-generator/milestone/1)|
181
-
|[Node.js](https://nodejs.org) projects |[Node.js Builder](internal/builders/nodejs/README.md)| Builds and generates provenance for npm packages |[Beta since v1.6.0](https://github.com/slsa-framework/slsa-github-generator/milestone/8). [Expected GA release Sept 2023](https://github.com/slsa-framework/slsa-github-generator/milestone/17)|
182
-
|[Maven](https://maven.apache.org/) projects |[Maven builder](internal/builders/maven/README.md)| Build Maven packages and generates provenance. Can be uploaded to [Maven central](https://search.maven.org)|[Beta since v1.9.0](https://github.com/slsa-framework/slsa-github-generator/milestone/14)|
183
-
|[Gradle](https://gradle.org/) projects |[Gradle builder](internal/builders/gradle/README.md)| Build Gradle projects and generates provenance. Can be uploaded to [Maven central](https://search.maven.org)|[Beta since v1.9.0](https://github.com/slsa-framework/slsa-github-generator/milestone/15)|
|[docker](https://www.docker.com/) images | Container Builder | Builds docker containers and generates provenance. The generated provenance is compatible with [cosign](https://github.com/sigstore/cosign)'s attestation format |[WIP](https://github.com/slsa-framework/slsa-github-generator/milestone/5)|
186
-
| Any |[Container-based Builder](internal/builders/docker/README.md)| Builds projects whose build pipeline is defined with a Dockerfile |[Beta since v1.7.0](https://github.com/slsa-framework/slsa-github-generator/milestone/16)|
|[Go](https://go.dev/) projects |[Go Builder](internal/builders/go/README.md)| Builds and generates provenance for Go projects |[Stable since v1.0.0](https://github.com/slsa-framework/slsa-github-generator/milestone/1)|
181
+
|[Node.js](https://nodejs.org) projects |[Node.js Builder](internal/builders/nodejs/README.md)| Builds and generates provenance for npm packages |[Beta since v1.6.0](https://github.com/slsa-framework/slsa-github-generator/milestone/8). [GA Milestone](https://github.com/slsa-framework/slsa-github-generator/milestone/17)|
182
+
|[Maven](https://maven.apache.org/) projects |[Maven builder](internal/builders/maven/README.md)| Build Maven packages and generates provenance. Can be uploaded to [Maven central](https://search.maven.org)|[Beta since v1.9.0](https://github.com/slsa-framework/slsa-github-generator/milestone/14)|
183
+
|[Gradle](https://gradle.org/) projects |[Gradle builder](internal/builders/gradle/README.md)| Build Gradle projects and generates provenance. Can be uploaded to [Maven central](https://search.maven.org)|[Beta since v1.9.0](https://github.com/slsa-framework/slsa-github-generator/milestone/15)|
|[docker](https://www.docker.com/) images | Container Builder | Builds docker containers and generates provenance. The generated provenance is compatible with [cosign](https://github.com/sigstore/cosign)'s attestation format |[WIP](https://github.com/slsa-framework/slsa-github-generator/milestone/5)|
186
+
| Any |[Container-based Builder](internal/builders/docker/README.md)| Builds projects whose build pipeline is defined with a Dockerfile |[Beta since v1.7.0](https://github.com/slsa-framework/slsa-github-generator/milestone/16)|
187
187
188
188
There are other available builders using this repository's [BYOB framework](#build-your-own-builder) and not hosted in this repository:
189
189
@@ -204,10 +204,10 @@ Generators create an attestation to a software artifact coming from your reposit
204
204
205
205
This repository hosts the following generators:
206
206
207
-
| Artifact type | Generator | Description | Status |
| file (binary, package tarball etc.) |[Generic generator](internal/builders/generic/README.md)| Generates provenance for arbitrary file-based artifacts, for any ecosystem and programming language |[available since v1.2.0](https://github.com/slsa-framework/slsa-github-generator/milestone/2)|
210
-
| container |[Container generator](internal/builders/container/README.md)| Generate provenance for container images. The generated provenance is compatible with [cosign](https://github.com/sigstore/cosign)'s attestation format. |[available since v1.4.0](https://github.com/slsa-framework/slsa-github-generator/milestone/3)|
207
+
| Artifact type | Generator | Description | Status |
| file (binary, package tarball etc.) |[Generic generator](internal/builders/generic/README.md)| Generates provenance for arbitrary file-based artifacts, for any ecosystem and programming language |[Stable since v1.2.0](https://github.com/slsa-framework/slsa-github-generator/milestone/2)|
210
+
| container |[Container generator](internal/builders/container/README.md)| Generate provenance for container images. The generated provenance is compatible with [cosign](https://github.com/sigstore/cosign)'s attestation format. |[Stable since v1.4.0](https://github.com/slsa-framework/slsa-github-generator/milestone/3)|
0 commit comments