Skip to content

Commit dfecce3

Browse files
authored
Merge pull request #182 from smlx/readme-updates
chore: update README around signing
2 parents a0ea324 + f5426c1 commit dfecce3

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It also automatically builds and tests your code using [GitHub Actions](https://
2525
* Static code analysis using [CodeQL](https://codeql.github.com/) and [Go Report Card](https://goreportcard.com/).
2626
* Coverage analysis using the [go-test-coverage action](https://github.com/vladopajic/go-test-coverage).
2727
* Security analysis using [OpenSSF](https://securityscorecards.dev).
28-
* Signed binary artifacts using [Sigstore](https://www.sigstore.dev/)'s [cosign](https://github.com/sigstore/cosign).
28+
* Signed binary artifacts using [artifact attestations](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
2929

3030
## How to use
3131

@@ -115,18 +115,3 @@ Issues are welcome.
115115
116116
PRs are also welcome, but keep in mind that this is a very opinionated template, so not all changes will be accepted.
117117
PRs also need to ensure that test coverage remains high, and best practices are followed.
118-
119-
## How to verify binary signatures
120-
121-
1. Download the three `checksums` files. They should end in `_checksums.txt`, `_checksums.txt.pem`, and `_checksums.txt.sig`.
122-
2. Verify using [cosign](https://github.com/sigstore/cosign). For example:
123-
124-
```bash
125-
cosign verify-blob \
126-
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
127-
--certificate-identity=https://github.com/smlx/go-cli-github/.github/workflows/release.yaml@refs/heads/main \
128-
--signature ./go-cli-github_0.13.0_checksums.txt.sig \
129-
--cert ./go-cli-github_0.13.0_checksums.txt.pem \
130-
./go-cli-github_0.13.0_checksums.txt
131-
Verified OK
132-
```

0 commit comments

Comments
 (0)