From 145d627b698a1d6d19fc44c4612dab44e24c7997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Vallie=CC=80res-Lagace=CC=81?= Date: Thu, 27 Aug 2026 08:56:24 -0400 Subject: [PATCH] test: octoguard pin candidate zizmor-app-token-online-audits --- .github/workflows/octoguard-baseline-test.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/octoguard-baseline-test.yml diff --git a/.github/workflows/octoguard-baseline-test.yml b/.github/workflows/octoguard-baseline-test.yml new file mode 100644 index 0000000..bc2eb60 --- /dev/null +++ b/.github/workflows/octoguard-baseline-test.yml @@ -0,0 +1,16 @@ +name: octoguard-test-pin +on: + workflow_dispatch: + pull_request: +permissions: + contents: read + actions: read + security-events: write +jobs: + octoguard: + uses: docker/octoguard/.github/workflows/octoguard.yml@zizmor-app-token-online-audits + permissions: + contents: read + actions: read + security-events: write + secrets: inherit