Skip to content

Commit

Permalink
Create verifier-action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Oct 21, 2022
1 parent 069114c commit 56fbb0c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/verifier-action.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: verifier action

on:
workflow_dispatch:

env:
BUILDER_SOURCE_DIR: __BUILDER_SOURCE_DIR__

jobs:
checkout:
name: checkout
runs-on: ubuntu-latest
steps:
- uses: slsa-framework/slsa-verifier/actions/installer@v1.3.1
- run: |
set -euo pipefail
slsa-verifier

0 comments on commit 56fbb0c

Please sign in to comment.