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