Skip to content

Commit eeee018

Browse files
authored
ci: disable audit-dependencies slack notification (#16329)
1 parent 8a470c1 commit eeee018

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/audit-dependencies.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,3 @@ jobs:
3131
- name: Run audit dependencies script
3232
id: audit_dependencies
3333
run: ./.github/workflows/audit-dependencies.sh ${{ inputs.audit-level }}
34-
35-
- name: Slack notification on failure
36-
if: failure()
37-
uses: slackapi/slack-github-action@v2.1.1
38-
with:
39-
webhook: ${{ inputs.debug == 'true' && secrets.SLACK_TEST_WEBHOOK_URL || secrets.SLACK_WEBHOOK_URL }}
40-
webhook-type: incoming-webhook
41-
payload: |
42-
{
43-
"username": "GitHub Actions Bot",
44-
"blocks": [
45-
{
46-
"type": "section",
47-
"text": {
48-
"type": "mrkdwn",
49-
"text": "🚨 Actionable vulnerabilities found: <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Script Run Details>"
50-
}
51-
},
52-
]
53-
}

0 commit comments

Comments
 (0)