File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,21 +113,17 @@ jobs:
113113 attestation :
114114 name : Generate attestations
115115 needs : build-containers
116- runs-on : ubuntu-latest
117116 permissions :
118117 packages : write
119118 id-token : write
120119 strategy :
121120 matrix :
122121 component : [kubewarden-controller, audit-scanner, policy-server]
123122 arch : [amd64, arm64]
124- steps :
125- - name : Generate and sign attestations
126- uses : kubewarden/github-actions/attestation@f1695ca9a575bf58b85d6c3652c7ff7d1d12ec24 # v4.5.16
127- with :
128- component : ${{ matrix.component }}
129- arch : ${{ matrix.arch }}
130- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
123+ uses : ./.github/workflows/attestation.yml
124+ with :
125+ component : ${{ matrix.component }}
126+ arch : ${{ matrix.arch }}
131127
132128 release :
133129 name : Create release
You can’t perform that action at this time.
0 commit comments