add sigstore prober (#224)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2024-09-05 06:54:45 -07:00
committed by GitHub
parent 8f30a5c8b7
commit d438876305
3 changed files with 118 additions and 0 deletions

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

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