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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
20
20
-[Features](#features)
21
21
-[Installation](#installation)
22
+
-[Verifying releases](#verifying-releases)
22
23
-[Quick Start](#quick-start)
23
24
-[Commands](#commands)
24
25
-[Configuration](#configuration)
@@ -76,6 +77,21 @@ make build
76
77
# Binary is at ./bin/rimba
77
78
```
78
79
80
+
### Verifying releases
81
+
82
+
Each release publishes a `checksums.txt` signed with [cosign](https://github.com/sigstore/cosign) keyless signing (Sigstore OIDC via GitHub Actions). To verify a downloaded checksum file:
0 commit comments