We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a470c1 commit eeee018Copy full SHA for eeee018
1 file changed
.github/workflows/audit-dependencies.yml
@@ -31,23 +31,3 @@ jobs:
31
- name: Run audit dependencies script
32
id: audit_dependencies
33
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