Skip to content

fix(action): replace string-built GitHub Action commands with a bash argv array and direct execution#1424

Merged
behnazh-w merged 2 commits into
mainfrom
behnazh/fix-action-script
Jun 25, 2026
Merged

fix(action): replace string-built GitHub Action commands with a bash argv array and direct execution#1424
behnazh-w merged 2 commits into
mainfrom
behnazh/fix-action-script

Conversation

@behnazh-w

Copy link
Copy Markdown
Member

Summary

In the GitHub Actions script run_macaron_analysis.sh and run_macaron_policy_verification.sh replaced string-built CMD plus eval "$CMD" with a Bash argv array and direct execution via "${CMD[@]}".

…argv array and direct execution

Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 25, 2026
Signed-off-by: behnazh-w <behnaz.hassanshahi@oracle.com>
@behnazh-w behnazh-w merged commit cae2c5c into main Jun 25, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant