From 83ad5031d4d7ce85ebdc8c4988084017d4facf13 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Sat, 3 Aug 2024 10:16:46 -0500 Subject: [PATCH] authorize OSV Scanner for actions: read Signed-off-by: Kyle Johnson --- .github/workflows/osv-scanner.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/osv-scanner.yml b/.github/workflows/osv-scanner.yml index 472f27de..62fff27f 100644 --- a/.github/workflows/osv-scanner.yml +++ b/.github/workflows/osv-scanner.yml @@ -26,6 +26,7 @@ permissions: security-events: write # Read commit contents contents: read + actions: read jobs: scan-scheduled: