Conversation
There was a problem hiding this comment.
Pull request overview
Updates the ScoreDirector performance regression GitHub Actions workflow to reduce CI security scanner (Aikido) warnings by avoiding direct interpolation of workflow inputs in shell scripts.
Changes:
- Introduced per-step/job environment variables (e.g.,
BASELINE,BRANCH,TARGET_BRANCH,VERSION,EXAMPLE) and used them in bash scripts instead of${{ ... }}inlined expressions. - Removed Maven server credential wiring from
actions/setup-java. - Adjusted artifact naming/paths and various shell snippets to use
$VARS.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot Fix all the issues you found during review, all in one go. You are allowed to commit to the PR. |
…, sanitize env inputs
Fixed all four issues in commit
|
Removed sensitive environment variables and server credentials from the workflow configuration.
No description provided.