Skip to content

Commit

Permalink
feat: add first set of allstars policies (#3)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: sakshi-1505 <[email protected]>
  • Loading branch information
sakshi-1505 authored Feb 6, 2024
1 parent 378c2a5 commit 879018d
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 0 deletions.
15 changes: 15 additions & 0 deletions actions.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://github.com/ossf/allstar#github-actions
optConfig:
optIn: true
action: issue
groups:
- name: "enable-static-check"
repos:
- name: "opentelemetry*"
rules:
- name: "static-check-required"
method: "require"
requireAll: true
mustPass: false
actions:
- name: "static-scan*"
5 changes: 5 additions & 0 deletions admin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://github.com/ossf/allstar#repository-administrators
optConfig:
optOutStrategy: true
action: issue
userAdminsAllowed: false
7 changes: 7 additions & 0 deletions allstar.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://github.com/ossf/allstar#policies
optConfig:
optOutStrategy: false
optOutPrivateRepos: false
optOutPublicRepos: false
optInRepos:
- "opentelemetry-java-instrumentation"
4 changes: 4 additions & 0 deletions binary_artifacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://github.com/ossf/allstar#binary-artifacts
optConfig:
optOutStrategy: true
action: issue
4 changes: 4 additions & 0 deletions branch_protection.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://github.com/ossf/allstar#branch-protection
optConfig:
optOutStrategy: true
action: issue
4 changes: 4 additions & 0 deletions security.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# https://github.com/ossf/allstar#securitymd
optConfig:
optOutStrategy: true
action: issue

0 comments on commit 879018d

Please sign in to comment.