File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11# sonar-dummy-python-oss
22
33A 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+ ```
You can’t perform that action at this time.
0 commit comments