Skip to content

Commit

Permalink
slsa backend
Browse files Browse the repository at this point in the history
  • Loading branch information
SylivanKenobi committed Sep 14, 2023
1 parent a5e84ad commit 53c3802
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/slsa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ permissions: read-all

jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
actions: read
steps:
- uses: slsa-framework/slsa-github-generator/.github/workflows/builder_maven_slsa3.yml@v1.9.0
env:
PACKAGE_DIR: ./backend
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

0 comments on commit 53c3802

Please sign in to comment.