Skip to content

Commit

Permalink
ci: add github attestation
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <[email protected]>
  • Loading branch information
rjzak committed Jan 15, 2025
1 parent 493b76a commit 59dc5d4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:
- main

permissions:
attestations: write
contents: read
id-token: write

jobs:
linux:
Expand Down Expand Up @@ -298,3 +300,17 @@ jobs:
sbom.json.minisig
minisign.pub
- run: echo 00000 > ~/.minisign/minisign.key

- uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-path: |
mdb_server_darwin_arm64
mdb_client_darwin_arm64
mdb_server_amd64.exe
mdb_server_arm64.exe
mdb_client_amd64.exe
mdb_client_arm64.exe
mdb_server_linux_musl_x86_64
mdb_client_linux_musl_x86_64
sbom.xml
sbom.json

0 comments on commit 59dc5d4

Please sign in to comment.