Skip to content

Strengthen validation workflow#2

Open
saifsoub wants to merge 1 commit into
mainfrom
strengthen-validation-workflow
Open

Strengthen validation workflow#2
saifsoub wants to merge 1 commit into
mainfrom
strengthen-validation-workflow

Conversation

@saifsoub
Copy link
Copy Markdown
Owner

Adds stronger validation coverage for workflow JSON, Docker compose config, shell syntax, and placeholder checks.

@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2f75bd8d3c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

bash -n scripts/validate-secrets.sh

- name: Validate secret placeholders
run: bash scripts/validate-secrets.sh
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Make placeholder validation fail on matches

The new Validate secret placeholders step only runs bash scripts/validate-secrets.sh, but that script currently exits successfully even when placeholders are found (its if grep ...; then branch only prints a warning and does not exit 1). In this repository it also matches its own 'replace_with_' literal, so the check reports detections but still passes, meaning PRs are not actually blocked when placeholder secrets exist.

Useful? React with 👍 / 👎.

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.

1 participant