We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec461f commit 96db01eCopy full SHA for 96db01e
.github/workflows/scan.yml
@@ -62,7 +62,7 @@ jobs:
62
63
SendSlackNotification:
64
needs: BuildAndScan
65
- uses: ./github/workflows/send-slack-notification.yml
+ uses: ./.github/workflows/send-slack-notification.yml
66
with:
67
CVE_CRITICAL: ${{env.CVE_CRITICAL}}
68
CVE_HIGH: ${{env.CVE_HIGH}}
0 commit comments