We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9567cba commit 092f5b1Copy full SHA for 092f5b1
.github/workflows/node.js.yml
@@ -28,6 +28,8 @@ jobs:
28
cache: 'npm'
29
- run: npm ci
30
- run: npm test
31
+ - name: Detect secrets with Talisman in incoming commits
32
+ uses: carhartl/talisman-secrets-scan-action@v1.4.0
33
34
semgrep:
35
name: Semgrep Scan
0 commit comments