Skip to content

Commit a64920b

Browse files
authored
docs: remove blacksmith org baseline wording (#117)
1 parent a2e7c5f commit a64920b

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/contracts/org-control-plane.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ requirements:
8585
- .github/workflows/codex-rails-check.yml
8686
github_security_configuration:
8787
id: 245233
88-
name: EvalOps Blacksmith recommended
88+
name: EvalOps security baseline recommended
8989
default_for_new_repos: all
9090
required_settings:
9191
advanced_security: secret_protection

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This policy applies to all repositories in the [evalops](https://github.com/eval
2626
## Code Scanning
2727

2828
EvalOps does not use GitHub CodeQL or GitHub default code scanning. Every
29-
repository is attached to the **EvalOps Blacksmith recommended** code security
29+
repository is attached to the **EvalOps security baseline recommended** code security
3030
configuration (`id=245233`), which sets `advanced_security:
3131
secret_protection` and `code_scanning_default_setup: disabled`, and is the
3232
default for new repositories.

profile/GITHUB_ACTIONS_QUOTA.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ passing coverage, lint, or drift check into a failed required status.
4040

4141
## Runner Budget
4242

43-
Prefer Blacksmith runners for normal CI unless a vendor workflow requires
44-
GitHub-hosted OIDC or trusted publishing. When a job stays on `ubuntu-latest`,
43+
Prefer owned EvalOps runners for trusted CI: `evalops-private-ci` for short
44+
private-repo checks and `evalops-internal` for deploy, release, GKE, or
45+
production-confirmation work. Keep public/fork, Dependabot, or vendor OIDC
46+
work on `ubuntu-latest` until a separate public-safe owned pool exists, and
4547
leave a comment explaining the dependency so later runner migrations do not
4648
re-introduce quota or authentication failures.

0 commit comments

Comments
 (0)