Skip to content

audit engineering practice issue followups#112

Merged
haasonsaas merged 1 commit into
mainfrom
codex/work-through-engineering-practice-issues
May 20, 2026
Merged

audit engineering practice issue followups#112
haasonsaas merged 1 commit into
mainfrom
codex/work-through-engineering-practice-issues

Conversation

@haasonsaas
Copy link
Copy Markdown
Contributor

Summary

  • teach the engineering-practices audit to recognize evaluate-mode required-status-check org rulesets
  • add live security remediation ledger output for critical/high Dependabot alerts and secret-scanning alert types without exposing secret values
  • recognize evalops/deploy#1344 as the active production release-train dashboard state record
  • document the current evaluate-mode required-check policy and production release-train dashboard

Test plan

  • ruby -Itest test/audit_engineering_practices_test.rb
  • ruby -Itest -e 'ARGV.each { |path| require "./#{path}" }' test/*_test.rb
  • ruby .github/scripts/audit-engineering-practices.rb --contract-only --json-output /tmp/engineering-practices-contract-next.json --markdown-output /tmp/engineering-practices-contract-next.md
  • ruby .github/scripts/audit-engineering-practices.rb --json-output /tmp/engineering-practices-live-next2.json --markdown-output /tmp/engineering-practices-live-next2.md
  • ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts "ok #{f}" }' .github/contracts/engineering-practices.yml .github/workflows/engineering-practices-audit.yml .github/workflows/codex-rails-check.yml
  • git -c core.fsmonitor=false diff --check

Issue links

No CodeQL or GitHub default code scanning was enabled.

@haasonsaas haasonsaas merged commit 6ee32bc into main May 20, 2026
5 checks passed
@haasonsaas haasonsaas deleted the codex/work-through-engineering-practice-issues branch May 20, 2026 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adopt required status-check policy for critical repos

1 participant