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 1435687 commit c490132Copy full SHA for c490132
.github/workflows/secrets-scanning.yml
@@ -0,0 +1,13 @@
1
+name: Detect Secrets
2
+on:
3
+ pull_request:
4
+ push:
5
+ workflow_dispatch:
6
+jobs:
7
+ secrets-scan:
8
+ uses: probely/snyk-prodsec/.github/workflows/secrets-scanning.yml@main
9
+ with:
10
+ channel: probely-alerts
11
+ secrets:
12
+ SLACK_BOT_TOKEN: ${{ secrets.SLACK_SECRET }}
13
+ GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
0 commit comments