From d3167d9c1a231ed451e1606837069e99f1b2b523 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Sun, 24 Dec 2023 07:14:10 -0700 Subject: [PATCH] chore(ci): Add Chainguard verification test --- .github/workflows/test-actions.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/test-actions.yml b/.github/workflows/test-actions.yml index 0c607bb..3b73a24 100644 --- a/.github/workflows/test-actions.yml +++ b/.github/workflows/test-actions.yml @@ -28,6 +28,18 @@ jobs: - name: Checkout Push to Registry action uses: actions/checkout@v4 + - name: Verify Chainguard images + uses: ./verify + with: + containers: | + apko + busybox + caddy + vt + cert-identity: https://github.com/chainguard-images/images/.github/workflows/release.yaml@refs/heads/main + oidc-issuer: https://token.actions.githubusercontent.com + registry: cgr.dev/chainguard + - name: Generate tags id: generate-tags shell: bash