From 9ed71a23cfbc42069cc762626f9b1b8f03837bc1 Mon Sep 17 00:00:00 2001 From: cpanato Date: Mon, 4 Mar 2024 10:51:07 -0500 Subject: [PATCH] add sts for cve detection service --- .github/chainguard/lifecycle-cve-detection.sts.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/chainguard/lifecycle-cve-detection.sts.yaml diff --git a/.github/chainguard/lifecycle-cve-detection.sts.yaml b/.github/chainguard/lifecycle-cve-detection.sts.yaml new file mode 100644 index 000000000..c17907dae --- /dev/null +++ b/.github/chainguard/lifecycle-cve-detection.sts.yaml @@ -0,0 +1,10 @@ +issuer: https://accounts.google.com + +# staging-images: cve-detection-sa@staging-images-183e.iam.gserviceaccount.com (108595486951512447790) +# prod-images: cve-detection-sa@prod-images-c6e5.iam.gserviceaccount.com (107176869706106619885) +subject_pattern: "(108595486951512447790|107176869706106619885)" + +permissions: + pull_requests: write + contents: write + workflows: write