Further command injection mitigation
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
|||||||
COMMENT_BODY: ${{ github.event.comment.body }}
|
COMMENT_BODY: ${{ github.event.comment.body }}
|
||||||
LABELS: ${{ toJSON(github.event.issue.labels.*.name) }}
|
LABELS: ${{ toJSON(github.event.issue.labels.*.name) }}
|
||||||
run: |
|
run: |
|
||||||
./bin/parse_issue "${{ env.ISSUE_BODY }}" "${{ env.COMMENT_BODY }}" "${{ env.LABELS }}"
|
./bin/parse_issue "$ISSUE_BODY" "$COMMENT_BODY" "$LABELS"
|
||||||
- name: Validate arguments
|
- name: Validate arguments
|
||||||
run: |
|
run: |
|
||||||
if [ -z "${{ steps.prepare.outputs.provider }}" ]; then
|
if [ -z "${{ steps.prepare.outputs.provider }}" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user