fix: fix method for getting leaf certs in Bundle v0.3 #2448
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: LFS Warning | |
on: | |
pull_request: | |
types: [assigned, opened, edited, reopened, synchronize, ready_for_review] | |
permissions: read-all | |
jobs: | |
large-file-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | |
- uses: actionsdesk/lfs-warning@4b98a8a5e6c429c23c34eee02d71553bca216425 # v3.3 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
filesizelimit: 10MB | |
labelName: lfs-warning | |
exclusionPatterns: | | |
cli/slsa-verifier/testdata/** |