Skip to content

Instantly share code, notes, and snippets.

@Igelchen1
Created June 21, 2020 20:13
Show Gist options
  • Save Igelchen1/43f63c171c5f649e67c656eaf8cbad17 to your computer and use it in GitHub Desktop.
Save Igelchen1/43f63c171c5f649e67c656eaf8cbad17 to your computer and use it in GitHub Desktop.
trust-pinning-test
# trust-pinning-test
apiVersion: v1
kind: Pod
metadata:
name: trust-pinning-test
namespace: default
spec:
containers:
# trigger rule 1:
- image: GUN/<hub-id>/nginx:1
# trigger rule 2:
# - image: GUN/<hub-id>/nginx@sha256:89cce606b29fb2xxxxx
# valid deployment:
# - image: GUN/<hub-id>/nginx@sha256:<your-signed-RepoDigest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment