Skip to content
Closed
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
14 changes: 14 additions & 0 deletions .github/chainguard/self.rshell.bump-rshell-version.sts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# Policy used by the `bump_datadog_agent` job in the DataDog/rshell GitLab CI.
# Fires automatically on new rshell semver tags and can also be run manually
# from main (e.g. to retry or bump to a specific version).
issuer: https://gitlab.ddbuild.io

subject_pattern: 'project_path:DataDog/rshell:(ref_type:tag:ref:v[0-9]+\.[0-9]+\.[0-9]+|ref_type:branch:ref:main)'

claim_pattern:
project_path: DataDog/rshell

permissions:
contents: write
pull_requests: write
Loading