We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cc6cc6 + 6182258 commit 1c5f375Copy full SHA for 1c5f375
.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