Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
plengauer authored Jan 1, 2025
1 parent 9a3eb31 commit 8a9bee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Note: the apt repo only acts as a facade to offer a better debian-native install
# Security
Since version 3.43.0, this project generates artifact attestations to establish provenance for builds (<a href="https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds">link</a>) to harden against supply chain attacks. Download any build artifact from the repositories above or directly from the releases of this repository and use the following code snippet to verify that the package has indeed been built at this location.
```bash
gh attestation verify./package.deb -R plengauer/opentelemetry-bash
gh attestation verify ./package.deb -R plengauer/opentelemetry-bash
```

# Documentation
Expand Down

0 comments on commit 8a9bee7

Please sign in to comment.