Skip to content

Commit

Permalink
add snyk testing for /auth (#15996)
Browse files Browse the repository at this point in the history
  • Loading branch information
snesm authored Sep 24, 2024
1 parent a2de66f commit ea2b336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "prime-router/**"
- "submissions/**"
- "shared/**"
- "auth/**"

jobs:
pre_job:
Expand All @@ -30,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
folder: [prime-router, submissions, shared]
folder: [prime-router, submissions, auth, shared]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: snyk/actions/setup@b98d498629f1c368650224d6d212bf7dfa89e4bf
Expand Down

0 comments on commit ea2b336

Please sign in to comment.