slsa backend #3
Workflow file for this run
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: Build with provenance | |
on: [push] | |
permissions: read-all | |
jobs: | |
build: | |
permissions: | |
id-token: write # For signing. | |
contents: read # For repo checkout of private repos. | |
actions: read # For getting workflow run on private repos. | |
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_maven_slsa3.yml@main | |
with: | |
directory: ./backend |