Skip to content

Commit 40f7174

Browse files
authored
ci: add trust policy file for codeql (#15778)
This adds a trust policy file in support of #15757
1 parent 6767f9e commit 40f7174

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/chainguard/codeql.sts.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
issuer: https://gitlab.ddbuild.io
2+
subject_pattern: "project_path:DataDog/dd-trace-py:ref_type:branch:ref:.*"
3+
claim_pattern:
4+
project_path: "DataDog/apm-reliability/dd-trace-py"
5+
ref_type: "branch"
6+
ref: ".+"
7+
ref_path: "refs/heads/.+"
8+
ref_protected: "true"
9+
pipeline_source: "(web|schedule)"
10+
ci_config_ref_uri: "gitlab.ddbuild.io/DataDog/apm-reliability/dd-trace-py//.gitlab-ci.yml@refs/heads/.+"
11+
permissions:
12+
security_events: write

0 commit comments

Comments
 (0)