mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-07 00:56:39 +00:00
remove old refs to builders (#81)
Signed-off-by: Asra Ali <asraa@google.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Verification of SLSA provenance
|
||||
This repository contains the implementation for verifying [SLSA provenance](https://slsa.dev/). It currently supports verifying provenance generated by the [SLSA generator for Go projects](https://github.com/slsa-framework/slsa-github-generator-go). We are working on support for verifying provenance for other ecosystems.
|
||||
This repository contains the implementation for verifying [SLSA provenance](https://slsa.dev/). It currently supports verifying provenance generated by the [SLSA generator for Go projects](https://github.com/slsa-framework/slsa-github-generator/blob/main/.github/workflows/builder_go_slsa3.yml). We are working on support for verifying provenance for other ecosystems.
|
||||
|
||||
________
|
||||
[Installation](#installation)
|
||||
@@ -74,7 +74,7 @@ verified SLSA provenance produced at
|
||||
{
|
||||
"caller": "origin/repo",
|
||||
"commit": "0dfcd24824432c4ce587f79c918eef8fc2c44d7b",
|
||||
"job_workflow_ref": "/slsa-framework/slsa-github-generator-go/.github/workflows/builder.yml@refs/heads/main",
|
||||
"job_workflow_ref": "/slsa-framework/slsa-github-generator/blob/main/.github/workflows/builder_go_slsa3.yml",
|
||||
"trigger": "workflow_dispatch",
|
||||
"issuer": "https://token.actions.githubusercontent.com"
|
||||
}
|
||||
@@ -90,4 +90,4 @@ The verified in-toto statement is written to stdout and can be used to pipe into
|
||||
Find our blog post series [here](https://security.googleblog.com/2022/04/improving-software-supply-chain.html).
|
||||
|
||||
### Specifications
|
||||
For a more in-depth technical dive, read the [SPECIFICATIONS.md](https://github.com/slsa-framework/slsa-github-generator-go/blob/main/SPECIFICATIONS.md).
|
||||
For a more in-depth technical dive, read the [SPECIFICATIONS.md](https://github.com/slsa-framework/slsa-github-generator/blob/main/SPECIFICATIONS.md).
|
||||
|
||||
@@ -50,12 +50,9 @@ var (
|
||||
e2eTestRepository = "slsa-framework/example-package"
|
||||
)
|
||||
|
||||
// TODO: remove old builders.
|
||||
var trustedReusableWorkflows = map[string]bool{
|
||||
trustedBuilderRepository + "/.github/workflows/slsa2_provenance.yml": true,
|
||||
"slsa-framework/slsa-github-generator-go/.github/workflows/slsa3_builder.yml": true,
|
||||
"slsa-framework/slsa-github-generator-go/.github/workflows/builder.yml": true,
|
||||
trustedBuilderRepository + "/.github/workflows/builder_go_slsa3.yml": true,
|
||||
trustedBuilderRepository + "/.github/workflows/slsa2_provenance.yml": true,
|
||||
trustedBuilderRepository + "/.github/workflows/builder_go_slsa3.yml": true,
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user