ci: remove CodeQL control-plane workflow#115
Merged
Merged
Conversation
4176970 to
d4dfb95
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
codeql-guardworkflow from the org-control-plane repocodex-rails-checkSECURITY.mdand the profile index so CodeQL is treated as absent, not something to scopeLive evidence
EvalOps Blacksmith recommended(id=245233) withcode_scanning_default_setup: disabled,enforcement: enforced,default_for_new_repos: allevalops_config_repo_count=87andrepo_count=87, so every current repo is attached to the CodeQL-disabled config"uses: github/codeql-action" org:evalopsreturned no resultsgithub/codeql-action org:evalops path:.github/workflowsreturned no resultsTest Plan
ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts "ok #{f}" }' .github/workflows/*.yml .github/workflow-templates/*.yml\n-actionlint -shellcheck= -pyflakes= .github/workflows/*.yml .github/workflow-templates/*.yml\n-ruby .github/scripts/audit-engineering-practices.rb --contract-only --json-output /tmp/engineering-practices-contract.json --markdown-output /tmp/engineering-practices-contract.md\n-ruby -Itest test/audit_engineering_practices_test.rb\n-ruby -Itest test/workflow_pr_ref_guard_test.rb test/verify_org_control_plane_contract_test.rb\n-bash -lc 'set -euo pipefail; shopt -s nullglob; files=(.github/workflows/*.yml .github/workflows/*.yaml .github/workflow-templates/*.yml .github/workflow-templates/*.yaml); blocked_owner="github"; blocked_prefix="code"; blocked_suffix="ql-action"; blocked="${blocked_owner}/${blocked_prefix}${blocked_suffix}"; if grep -RInE "^[[:space:]]*(-[[:space:]]*)?uses:[[:space:]]*${blocked}([/@[:space:]]|$)" "${files[@]}"; then exit 1; fi; echo ok'\n-ruby -Itest -e 'Dir["test/*_test.rb"].sort.each { |f| require "./#{f}" }'