Skip to content

Commit d7e8193

Browse files
committed
BUILD-9447 Generation attestation for build actions
1 parent 1780c98 commit d7e8193

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@ jobs:
1818
permissions:
1919
id-token: write
2020
contents: write
21+
attestations: write
2122
steps:
2223
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23-
- uses: SonarSource/ci-github-actions/build-poetry@master # dogfood
24+
- uses: SonarSource/ci-github-actions/build-poetry@feat/smarini/BUILD-9447
2425
with:
2526
sonar-platform: sqc-eu
2627
deploy-pull-request: true
28+
attest-build-provenance: 'true'
29+
attest-on-pr: 'true'
2730

2831
promote:
2932
needs:

0 commit comments

Comments
 (0)