Attest to this repo's source #1
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: Attest to this repo's source | |
on: | |
# TODO: Update to happen automatically as appropriate | |
workflow_dispatch: | |
jobs: | |
# Whenever new source is pushed or a PR is received, scan it for any issues | |
check-change: | |
permissions: | |
contents: read | |
# TODO: Can we make this work for forks too? | |
uses: slsa-framework/slsa-source-poc/.github/workflows/create_slsa_source_vsa.yml@main |