| 1 | apiVersion: v1 |
| 2 | kind: Pod |
| 3 | metadata: |
| 4 | name: signed-app |
| 5 | spec: |
| 6 | containers: |
| 7 | - name: app |
| 8 | image: ghcr.io/zionboggan/cicd-supply-chain-security:latest |
| 9 | --- |
| 10 | apiVersion: v1 |
| 11 | kind: Pod |
| 12 | metadata: |
| 13 | name: unsigned-app |
| 14 | spec: |
| 15 | containers: |
| 16 | - name: app |
| 17 | image: docker.io/library/nginx:latest |