Created
June 21, 2020 20:13
-
-
Save Igelchen1/43f63c171c5f649e67c656eaf8cbad17 to your computer and use it in GitHub Desktop.
trust-pinning-test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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