We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2a6a8 commit d35faf3Copy full SHA for d35faf3
.github/workflows/detect-secrets.yml
@@ -23,3 +23,12 @@ jobs:
23
-c "detect-secrets --version;
24
detect-secrets scan --all-files --exclude-files "^.git/.*" --update .secrets.baseline;
25
detect-secrets audit --report --fail-on-unaudited --fail-on-live --fail-on-audited-real .secrets.baseline"
26
+
27
+ - name: Report Status
28
+ if: always()
29
+ uses: ravsamhq/notify-slack-action@master
30
+ with:
31
+ status: ${{ job.status }}
32
+ notify_when: 'failure'
33
+ env:
34
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
0 commit comments