Skip to content

Commit

Permalink
Merge branch 'main' into feat/falsifiability
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon authored Apr 6, 2022
2 parents a2fb697 + a5cdab7 commit 365752f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Generation of SLSA3+ provenance for Go binaries
This repository contains a reference implementation for generating non-forgeable [SLSA provenance](https://slsa.dev/) that meets the requirement for the [SLSA level 3 and above](https://slsa.dev/spec/v0.1/levels) for projects using the Go programming language.

This repository contains the code, examples and technical design for our blog post on [Non forgeable SLSA provenance using GitHub workflows](TODO).
This repository contains the code, examples and technical design for our blog post on [Non forgeable SLSA provenance using GitHub workflows](https://security.googleblog.com/2022/04/improving-software-supply-chain.html).

***Note: we are working on an official release, so the code is subject to changes until then***

________
[Generation of provenance](#generation)
Expand Down Expand Up @@ -214,14 +216,16 @@ $ git clone git@github.com:slsa-framework/slsa-verifier.git
$ go run . --help
-binary string
path to a binary to verify
-branch string
expected branch the binary was compiled from (default "main")
-provenance string
path to a provenance file
-source string
expected source repository that should have produced the binary, e.g. github.com/org/example
expected source repository that should have produced the binary, e.g. github.com/some/repo
-tag string
expected tag or version the build was generated for
-branch
expected branch the build was generated from
[optional] expected tag the binary was compiled from
-versioned-tag string
[optional] expected version the binary was compiled from. Uses semantic version to match the tag
```

### Command line examples
Expand Down

0 comments on commit 365752f

Please sign in to comment.