Skip to content

Commit e76fe35

Browse files
committed
Added talisman
1 parent 092f5b1 commit e76fe35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
- name: Detect secrets with Talisman in incoming commits
25+
uses: carhartl/talisman-secrets-scan-action@v1.4.0
2426
- name: Use Node.js ${{ matrix.node-version }}
2527
uses: actions/setup-node@v4
2628
with:
2729
node-version: ${{ matrix.node-version }}
2830
cache: 'npm'
2931
- run: npm ci
3032
- run: npm test
31-
- name: Detect secrets with Talisman in incoming commits
32-
uses: carhartl/talisman-secrets-scan-action@v1.4.0
3333

3434
semgrep:
3535
name: Semgrep Scan

0 commit comments

Comments
 (0)