fix: handle map in workflows#1438
Conversation
| `cue vet -d ${selector} ${validateScriptPath} ${jsonOutput}`, | ||
| logger | ||
| ); | ||
| const args = [selector, validateScriptPath, jsonOutput]; |
Check warning
Code scanning / CodeQL
Unsafe shell command constructed from library input
| `cue vet -d ${selector} ${validateScriptPath} ${jsonOutput}`, | ||
| logger | ||
| ); | ||
| const args = [selector, validateScriptPath, jsonOutput]; |
Check warning
Code scanning / CodeQL
Unsafe shell command constructed from library input
| `cue vet -d ${selector} ${validateScriptPath} ${jsonOutput}`, | ||
| logger | ||
| ); | ||
| const args = [selector, validateScriptPath, jsonOutput]; |
Check warning
Code scanning / CodeQL
Unsafe shell command constructed from library input
| logger | ||
| ); | ||
| const args = [selector, validateScriptPath, jsonOutput]; | ||
| const { stderr } = runCommandSync(`cue vet -d ${args.join(" ")}`, logger); |
Check warning
Code scanning / CodeQL
Unsafe shell command constructed from library input
|
This pull request introduces 3 alerts and fixes 2 when merging 65122c6 into 7ff0c19 - view on LGTM.com new alerts:
fixed alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. Please enable GitHub code scanning, which uses the same CodeQL engine ⚙️ that powers LGTM.com. For more information, please check out our post on the GitHub blog. |
closes: #1429