Skip to content

Commit

Permalink
security
Browse files Browse the repository at this point in the history
  • Loading branch information
SAINIAbhishek committed Sep 13, 2024
1 parent ab77918 commit 15032c7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,16 @@ jobs:
cache-key-prefix: "frontend"
working-directory: "./frontend"

# # Step: Security audit Server
# security-server:
# needs: [npm-server]
# uses: SAINIAbhishek/shared-workflows/.github/workflows/security-audit.yml@main
# with:
# node-version: "20.17.0"
# lock-file: "server/package-lock.json"
# cache-path: "server/node_modules"
# cache-key-prefix: "server"
# working-directory: "server"
# Step: Security audit Server
security-server:
needs: [npm-server]
uses: SAINIAbhishek/shared-workflows/.github/workflows/security-audit.yml@main
with:
node-version: "20.17.0"
lock-file: "server/package-lock.json"
cache-path: "server/node_modules"
cache-key-prefix: "server"
working-directory: "./server"

# Step: Run unit tests
test-frontend:
Expand Down

0 comments on commit 15032c7

Please sign in to comment.