Skip to content

Commit ddf0a7c

Browse files
committed
docs
1 parent 406ee9d commit ddf0a7c

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ export default defineConfig({
103103
label: "Systemd",
104104
link: "/systemd",
105105
},
106+
{
107+
label: "Github - Artifact Attestations",
108+
link: "/artifact-attestations",
109+
},
106110
{
107111
label: "Github actions",
108112
link: "/github-actions",
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: artifact attestations
3+
description: artifact attestations
4+
---
5+
6+
import { Advanced, Charts, Details, Modal, Steps, Tabs, TabItem, Card, CardGrid, LinkCard, Aside, Icon } from "/src/components/global.jsx"
7+
8+
From releases after the 03/10/2024 you can use the `artifact_attestations` to verify the provenance of the build.
9+
10+
https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds
11+
12+
Using `gh` cli you can use this command to verify the provenance of the build:
13+
14+
For example, using the `x86_64-qbittorrent-nox` build:
15+
16+
```bash
17+
gh attestation verify x86_64-qbittorrent-nox -o userdocs
18+
```

0 commit comments

Comments
 (0)