-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
art: refactor use of input variables
This avoids some akward double quotes and string concats. At the same time this should now also be safe against command injection, though since only GH users with repo write access can trigger manual workflow runs, this wasn't an issue in practice. Note, command injection is still possible if a pull request modifies the matrix.* constants to something malicious, but anything running under the pull_request trigger only has read access to repo and no access to secrets at all anyway, meaning there’s little point in it. (This is different for the pull_request_target trigger!)
- Loading branch information
Showing
3 changed files
with
70 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters