We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092f5b1 commit e76fe35Copy full SHA for e76fe35
.github/workflows/node.js.yml
@@ -21,15 +21,15 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v4
24
+ - name: Detect secrets with Talisman in incoming commits
25
+ uses: carhartl/talisman-secrets-scan-action@v1.4.0
26
- name: Use Node.js ${{ matrix.node-version }}
27
uses: actions/setup-node@v4
28
with:
29
node-version: ${{ matrix.node-version }}
30
cache: 'npm'
31
- run: npm ci
32
- run: npm test
- - name: Detect secrets with Talisman in incoming commits
- uses: carhartl/talisman-secrets-scan-action@v1.4.0
33
34
semgrep:
35
name: Semgrep Scan
0 commit comments