Skip to content

Commit b0f02c1

Browse files
committed
missing double quote
1 parent ac21b38 commit b0f02c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/secret-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
curl "${{vars.SECRET_SCAN_PANTHER_WEBHOOK_URL}}" \
6969
--header "Authorization: Bearer ${{ secrets.SECRET_SCAN_PANTHER_WEBHOOK_HEADER }}" \
70-
--data '{"event":"github_secret_scanning", "status":${{steps.scan.outcome}}, createdAt:"${{ github.event.pull_request.created_at }}", "repo":"${{ github.repository }}","pull_request":"https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}","actor":"${{ github.event.pull_request.user.login }}"}'
70+
--data '{"event":"github_secret_scanning", "status":${{steps.scan.outcome}}, "createdAt":"${{ github.event.pull_request.created_at }}", "repo":"${{ github.repository }}","pull_request":"https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}","actor":"${{ github.event.pull_request.user.login }}"}'
7171
- name: Fail workflow if secret detected
7272
if: steps.scan.outcome != 'success'
7373
run: exit 1

0 commit comments

Comments
 (0)