From cb45e780c2968e539a0152440d0084b44879e714 Mon Sep 17 00:00:00 2001 From: Abhishek SAINI Date: Thu, 3 Oct 2024 14:57:56 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b92e6d6..c1d1efb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,3 +59,14 @@ jobs: - name: Checking Formatting with Prettier run: npm run prettier working-directory: ./ + + # Step: Security audit + dependencies-check: + needs: [npm] + uses: SAINIAbhishek/shared-workflows/.github/workflows/security-audit.yml@main + with: + node-version: '20.17.0' + lock-file: 'package-lock.json' + cache-path: 'node_modules' + cache-key-prefix: 'auth' + working-directory: './'