Skip to content

add --ca-roots and --ca-intermediates flags to 'cosign verify' #5439

add --ca-roots and --ca-intermediates flags to 'cosign verify'

add --ca-roots and --ca-intermediates flags to 'cosign verify' #5439

Workflow file for this run

name: Whitespace
on:
pull_request:
branches: [ 'main', 'release-*' ]
permissions: read-all
jobs:
whitespace:
name: Check Whitespace
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: chainguard-dev/actions/trailing-space@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}
- uses: chainguard-dev/actions/eof-newline@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}