Skip to content

feat: add GHSA-vfp6-jrw2-99g9 fixes in cosign v1.13.1 #1

feat: add GHSA-vfp6-jrw2-99g9 fixes in cosign v1.13.1

feat: add GHSA-vfp6-jrw2-99g9 fixes in cosign v1.13.1 #1

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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #v2.4.0
- uses: chainguard-dev/actions/trailing-space@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}
- uses: chainguard-dev/actions/eof-newline@84c993eaf02da1c325854fb272a4df9184bd80fc # main
if: ${{ always() }}