From f033f43dafee0e962ffdebee4c4f78917c170123 Mon Sep 17 00:00:00 2001 From: nickshoust-wf Date: Tue, 2 Apr 2024 13:49:17 -0400 Subject: [PATCH] permissions for anchore/sbom-action --- .github/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9cf17cd..9a00a25 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,6 +10,11 @@ on: tags: - '**' +permissions: + pull-requests: write + contents: write + id-token: write + jobs: standard-dart-checks: runs-on: ubuntu-latest