We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53c0ef commit 4b2026bCopy full SHA for 4b2026b
.github/workflows/publish-charts.yml
@@ -72,7 +72,7 @@ jobs:
72
id-token: write # To sign the provenance.
73
packages: write # To upload assets to release.
74
actions: read # To read the workflow path.
75
- uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v1.9.0
+ uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
76
with:
77
image: ghcr.io/${{ github.repository_owner }}/charts/capsule-addon-fluxcd
78
digest: "${{ needs.publish-helm-oci.outputs.chart-digest }}"
0 commit comments