Skip to content

ci(workflows): use environment variables in scripts to prevent command injection #11065

ci(workflows): use environment variables in scripts to prevent command injection

ci(workflows): use environment variables in scripts to prevent command injection #11065

Triggered via pull request May 22, 2025 09:09
Status Failure
Total duration 2m 58s
Artifacts

pr-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Lint
Process completed with exit code 1.
Lint: publish-docs.js#L385
Replace `shell.exec('git·commit·-m·"$COMMIT_MESSAGE"',·{env:·{...process.env,·COMMIT_MESSAGE:·message}}).code·!==·0` with `⏎········shell.exec('git·commit·-m·"$COMMIT_MESSAGE"',·{⏎············env:·{·...process.env,·COMMIT_MESSAGE:·message·},⏎········}).code·!==·0⏎····`