diff --git a/actions.yaml b/actions.yaml new file mode 100644 index 0000000..4c9551b --- /dev/null +++ b/actions.yaml @@ -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*" \ No newline at end of file diff --git a/admin.yaml b/admin.yaml new file mode 100644 index 0000000..a83ce13 --- /dev/null +++ b/admin.yaml @@ -0,0 +1,5 @@ +# https://github.com/ossf/allstar#repository-administrators +optConfig: + optOutStrategy: true +action: issue +userAdminsAllowed: false \ No newline at end of file diff --git a/allstar.yaml b/allstar.yaml new file mode 100644 index 0000000..6c5e81a --- /dev/null +++ b/allstar.yaml @@ -0,0 +1,7 @@ +# https://github.com/ossf/allstar#policies +optConfig: + optOutStrategy: false + optOutPrivateRepos: false + optOutPublicRepos: false + optInRepos: + - "opentelemetry-java-instrumentation" \ No newline at end of file diff --git a/binary_artifacts.yaml b/binary_artifacts.yaml new file mode 100644 index 0000000..e02b471 --- /dev/null +++ b/binary_artifacts.yaml @@ -0,0 +1,4 @@ +# https://github.com/ossf/allstar#binary-artifacts +optConfig: + optOutStrategy: true +action: issue \ No newline at end of file diff --git a/branch_protection.yaml b/branch_protection.yaml new file mode 100644 index 0000000..8c50866 --- /dev/null +++ b/branch_protection.yaml @@ -0,0 +1,4 @@ +# https://github.com/ossf/allstar#branch-protection +optConfig: + optOutStrategy: true +action: issue \ No newline at end of file diff --git a/security.yaml b/security.yaml new file mode 100644 index 0000000..6bff580 --- /dev/null +++ b/security.yaml @@ -0,0 +1,4 @@ +# https://github.com/ossf/allstar#securitymd +optConfig: + optOutStrategy: true +action: issue \ No newline at end of file