chore: security audit remediations#65
Open
djdanielsson wants to merge 3 commits into
Open
Conversation
djdanielsson
temporarily deployed
to
requires-approval
March 26, 2026 20:02 — with
GitHub Actions
Inactive
- Add explicit GITHUB_TOKEN permissions on all workflows (CodeQL actions/missing-workflow-permissions) - Pin actions-cool/issues-helper, actions/checkout, actions/setup-python, and ansible_collections_tooling to commit SHAs (CodeQL actions/unpinned-tag) - Gate pull_request_target CI with environment pr-approval; use unprotected ci env for push (mitigates CodeQL untrusted-checkout on PR forks) - Add Dependabot for github-actions weekly updates - Ignore .env, *.pem, and *.key in .gitignore
…ylint issues Remove unsupported parseable key from .ansible-lint and fix eda_module.py pylint violations (PY2 import and delete_if_needed variable assignment). Co-authored-by: Cursor <cursoragent@cursor.com>
djdanielsson
force-pushed
the
chore/security-audit-remediations
branch
from
June 16, 2026 13:40
7669bd8 to
2ec52cd
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
pull_request_targetworkflow with an approval environment (conditional vs push)..gitignorefor common secret material.Details
Repo:
redhat-cop/eda_configuration| Base branch:develpull_request_target(ci_standalone.yml): Addedenvironment: name: pr-approvalwith conditional forpull_request_targetvspush.github/dependabot.ymlforgithub-actions(weekly).gitignore: Added.env,*.pem,*.keyMade with Cursor