Verify that the attestation was created
This commit is contained in:
parent
01e6d01d9b
commit
c1f97e21c9
|
|
@ -55,6 +55,9 @@ jobs:
|
||||||
--attestor="projects/zealous-zebra/attestors/zebrad-attestor" \
|
--attestor="projects/zealous-zebra/attestors/zebrad-attestor" \
|
||||||
--keyversion="projects/zealous-zebra/locations/global/keyRings/binary-authorization/cryptoKeys/zebrad-attestor/cryptoKeyVersions/1";
|
--keyversion="projects/zealous-zebra/locations/global/keyRings/binary-authorization/cryptoKeys/zebrad-attestor/cryptoKeyVersions/1";
|
||||||
|
|
||||||
|
gcloud container binauthz attestations list \
|
||||||
|
--attestor="projects/zealous-zebra/attestors/zebrad-attestor" | grep $ARTIFACT_URL;
|
||||||
|
|
||||||
# Create instance template from container image
|
# Create instance template from container image
|
||||||
- name: Create instance template
|
- name: Create instance template
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue