Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
userdocs committed Oct 3, 2024
1 parent 406ee9d commit ddf0a7c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ export default defineConfig({
label: "Systemd",
link: "/systemd",
},
{
label: "Github - Artifact Attestations",
link: "/artifact-attestations",
},
{
label: "Github actions",
link: "/github-actions",
Expand Down
18 changes: 18 additions & 0 deletions docs/src/content/docs/artifact-attestations.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: artifact attestations
description: artifact attestations
---

import { Advanced, Charts, Details, Modal, Steps, Tabs, TabItem, Card, CardGrid, LinkCard, Aside, Icon } from "/src/components/global.jsx"

From releases after the 03/10/2024 you can use the `artifact_attestations` to verify the provenance of the build.

https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds

Using `gh` cli you can use this command to verify the provenance of the build:

For example, using the `x86_64-qbittorrent-nox` build:

```bash
gh attestation verify x86_64-qbittorrent-nox -o userdocs
```

0 comments on commit ddf0a7c

Please sign in to comment.