Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/chainguard/alert-slack-bot.sts.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Copyright 2026 Chainguard, Inc.
# SPDX-License-Identifier: Apache-2.0

# Read-only access for the alert-slack-bot review-queue policy: team
# membership lookup plus PR search, limited to mono.
# Read-only access for the alert-slack-bot policies: team membership lookup
# and PR search for the review queue, plus contents read so the prod-alerts
# digest can look up what an alert or DLQ is about in source. Limited to mono.
issuer: https://accounts.google.com

# alert-slack-bot@staging-enforce-cd1e | alert-slack-bot@prod-enforce-fabc
subject_pattern: (114816490335454510913|115816735061299852605)

permissions:
contents: read
members: read
pull_requests: read
metadata: read
Expand Down