We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e235fc commit 6182258Copy full SHA for 6182258
.github/workflows/scan.yml
@@ -67,7 +67,7 @@ jobs:
67
SendSlackNotification:
68
needs: BuildAndScan
69
uses: ./.github/workflows/send-notification.yml
70
- if: github.event_name == 'schedule' && needs.BuildAndScan.steps.cve-threshold.outcome == 'failure'
+ if: always() && github.event_name == 'schedule' && needs.BuildAndScan.steps.cve-threshold.outcome == 'failure'
71
with:
72
CVE_CRITICAL: ${{needs.BuildAndScan.outputs.CVE_CRITICAL}}
73
CVE_HIGH: ${{needs.BuildAndScan.outputs.CVE_HIGH}}
0 commit comments