Skip to content

Commit 3d1728c

Browse files
committed
Fix some module issues and updated Readme
1 parent 1e459cc commit 3d1728c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
33

4-
name: Node.js CI & Semgrep Scan
4+
name: Node.js CI with Talisman & Semgrep Scan
55

66
on:
77
push:

.talismanrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,10 @@ fileignoreconfig:
2525
checksum: d714756af9df42533183a666d9914cfb7da4dd57e843d27be8631bd55eb51190
2626
- filename: sample-banking-api/tests/productRoutes.test.ts
2727
checksum: 24190d847e2251cecee0f399e9378ea7cf9bf7567822f3fad99e09bdc865dd23
28+
version: "1.0"
29+
30+
31+
fileignoreconfig:
32+
- filename: sample-banking-api/server/server.ts
33+
checksum: 6a148421cc10dba3d905774be51b194bb9439b68ff8d0dfe4ede3abe2308c1f7
2834
version: "1.0"

0 commit comments

Comments
 (0)