We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591a437 commit fcf5d54Copy full SHA for fcf5d54
1 file changed
.github/workflows/cicd.yml
@@ -6,6 +6,7 @@ on:
6
- main
7
8
permissions:
9
+ attestations: write
10
id-token: write
11
contents: read
12
@@ -69,7 +70,8 @@ jobs:
69
70
- name: logout
71
run: |
72
az logout
-
73
+
74
+ # https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-and-reusable-workflows-to-achieve-slsa-v1-build-level-3
75
container-build-publish:
76
name: Build and Publish Container Image
77
needs: []
0 commit comments