Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible in /cosign-ecs-function #33

Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible in /cosign-ecs-function

Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible in /cosign-ecs-function #33

Workflow file for this run

name: Verify signatures
on:
workflow_dispatch:
push:
branches: ['main']
pull_request:
jobs:
test_cosign_action:
runs-on: ubuntu-latest
permissions:
actions: none
name: Install Cosign and test presence in path
steps:
- name: Install Cosign
uses: sigstore/cosign-installer@main
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 #v2.4.0
with:
ssh-key: ${{ secrets.BLOG_SECRET_KEY }}
- name: Check signed/unsigned image!
run: |
cosign verify --key cosign.pub public.ecr.aws/d1r0p2a6/ecs-cosign-demo2:signed && \
! cosign verify --key cosign.pub public.ecr.aws/d1r0p2a6/ecs-cosign-demo2:unsigned