Skip to content

Rekor v2 timestamp guard bypassable by empty timestampVerificationData #116

Rekor v2 timestamp guard bypassable by empty timestampVerificationData

Rekor v2 timestamp guard bypassable by empty timestampVerificationData #116

Workflow file for this run

# .github/workflows/conformance.yml
name: sigstore-conformance
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
workflow_call:
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm run build
- run: chmod +x dist/cli.js
- uses: sigstore/sigstore-conformance@v0.0.21
with:
entrypoint: dist/cli.js
skip-signing: true