Skip to content

Commit

Permalink
Add talisman checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
monachilada committed Oct 23, 2024
1 parent 32452b5 commit 605b8cb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fileignoreconfig:
- filename: app/apis/troi/TroiApiController.ts
checksum: 1ee59d6fc975e26e9c0e47d2c83a9a88c2598a69d08a277f316debd7ef62fc66
- filename: app/apis/personio/PersonioApiController.ts
checksum: 789b99c3d10efad50ece27efbf03d6ee06257d0a6af173ba9e153121d7f0b0eb
checksum: dc9d0a030075b88729701e43927c774b29ad566f4372dfb46a875cfd5f53e832
- filename: doc/adr/0003-store-credentials-in-session.md
checksum: 297876466b95ab5dd3a9a41126f9dbc4c4ad1d680f62470cccf2f41b9a2176bf
- filename: app/routes/login.tsx
Expand All @@ -40,7 +40,13 @@ fileignoreconfig:
- filename: app/sessions.server.ts
allowed_patterns: [sessionCookieSecret, SESSION_COOKIE_SECRET]
- filename: app/personio/PersonioApiController.ts
allowed_patterns: [PERSONIO_CLIENT_SECRET, client_secret, process.env.PERSONIO_CLIENT_ID, process.env.PERSONIO_CLIENT_SECRET]
allowed_patterns:
[
PERSONIO_CLIENT_SECRET,
client_secret,
process.env.PERSONIO_CLIENT_ID,
process.env.PERSONIO_CLIENT_SECRET,
]
- filename: app/troi/TroiApiController.ts
allowed_patterns: [session.get("troiPassword")]
version: ""
Expand Down

0 comments on commit 605b8cb

Please sign in to comment.