Test: validate push-sentinel action#1
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
🔒 push-sentinel: Potential secrets detected
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e82cc92f98
ℹ️ 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".
| @@ -0,0 +1,3 @@ | |||
| // This file is for testing push-sentinel action detection | |||
| const AWS_KEY = "AKIAIOSFODNN7EXAMPLE"; | |||
There was a problem hiding this comment.
Remove committed secret fixture from tracked files
This committed literal matches a HIGH-severity secret pattern, so the repo’s push-sentinel workflow (.github/workflows/push-sentinel.yml) will fail this PR because the action defaults to blocking on HIGH findings; the action docs state PRs scan base..HEAD and block-on-high defaults to true. Keeping this fixture in normal tracked code turns the validation test into a merge blocker for any branch that includes this commit, so this should be moved to a non-scanned test mechanism (or removed) rather than committed as-is.
Useful? React with 👍 / 👎.
Summary
Expected behavior
🤖 Generated with Claude Code