add e2e tests (#368)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2026-02-26 14:23:01 -08:00
committed by GitHub
parent 59d89421af
commit 6bc26cfc5e
3 changed files with 120 additions and 0 deletions

18
.github/workflows/prober-github.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: GitHub Sigstore Prober
on:
workflow_dispatch:
schedule:
# run every 5 minutes, as often as Github Actions allows
- cron: '*/5 * * * *'
jobs:
prober:
if: github.repository_owner == 'actions'
permissions:
attestations: write
id-token: write
secrets: inherit
uses: ./.github/workflows/prober.yml
with:
sigstore: github