Skip to content

Commit 623f542

Browse files
committed
BUILD-9447 Enable provenance attestation generation
1 parent 1780c98 commit 623f542

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ jobs:
1818
permissions:
1919
id-token: write
2020
contents: write
21+
attestations: write
2122
steps:
2223
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2324
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
2425
with:
2526
sonar-platform: sqc-eu
2627
deploy-pull-request: true
28+
provenance: 'true'
2729

2830
promote:
2931
needs:

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# sonar-dummy-python-oss
22

33
A sample python project used for testing purposes.
4+
5+
## Artifact Verification
6+
7+
Provenance attestations are available at: <https://github.com/SonarSource/sonar-dummy-python-oss/attestations>
8+
9+
To verify an artifact:
10+
11+
```bash
12+
gh attestation verify <artifact-file> --repo SonarSource/sonar-dummy-python-oss
13+
```

0 commit comments

Comments
 (0)