Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add first set of allstars policies #3

Merged
merged 4 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
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
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:
jpkrohling marked this conversation as resolved.
Show resolved Hide resolved
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*"
codeboten marked this conversation as resolved.
Show resolved Hide resolved
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
codeboten marked this conversation as resolved.
Show resolved Hide resolved
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:
jpkrohling marked this conversation as resolved.
Show resolved Hide resolved
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