From a5e84add0c913e0b2b625d8b8fb59d2d0b4389f7 Mon Sep 17 00:00:00 2001 From: SylivanKenobi Date: Thu, 14 Sep 2023 14:45:10 +0200 Subject: [PATCH] slsa backend --- .github/workflows/slsa.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/slsa.yaml b/.github/workflows/slsa.yaml index 443a85e6e1..dd04e70b40 100644 --- a/.github/workflows/slsa.yaml +++ b/.github/workflows/slsa.yaml @@ -5,8 +5,12 @@ permissions: read-all jobs: build: + runs-on: ubuntu-latest permissions: id-token: write contents: read actions: read - uses: slsa-framework/slsa-github-generator/.github/workflows/builder_maven_slsa3.yml@v1.9.0 \ No newline at end of file + steps: + - uses: slsa-framework/slsa-github-generator/.github/workflows/builder_maven_slsa3.yml@v1.9.0 + env: + PACKAGE_DIR: ./backend \ No newline at end of file