Skip to content

Commit 5cff0f9

Browse files
authored
docs: add build attestation verification step (#996)
Signed-off-by: Praveen K B <[email protected]>
1 parent 75c7ab7 commit 5cff0f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ Traditionally, logging has been seen as a text search problem. Log volumes were
121121

122122
But with log data growing exponentially, today's log data challenges involve whole lot more – Data ingestion, storage, and observation, all at scale. We are building Parseable to address these challenges.
123123

124+
## Verify Image Build Provenance Attestation
125+
All the image builds/pushes are attested for build provenance and integrity using the [attest-build-provenance](https://github.com/actions/attest-build-provenance) action. The attestations can be verified by having the latest version of [GitHub CLI](https://github.com/cli/cli/releases/latest) installed in your system. Then, execute the following command:
126+
127+
```sh
128+
gh attestation verify PATH/TO/YOUR/PARSEABLE/ARTIFACT-BINARY -R parseablehq/parseable
129+
```
130+
131+
124132
## Contributing :trophy:
125133

126134
<a href="https://github.com/parseablehq/parseable/graphs/contributors"><img src="https://contrib.rocks/image?repo=parseablehq/parseable" /></a>

0 commit comments

Comments
 (0)