diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index d009c133..44c4372c 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -17,4 +17,9 @@ jobs: if: always() uses: razorpay/security-action/.github/workflows/status_check.yml@master with: - WORKFLOW_RESULT: ${{ needs.security-sast.result == 'success' && needs.security-sast.result != 'cancelled' || 'false' }} \ No newline at end of file + WORKFLOW_RESULT: ${{ needs.security-sast.result == 'success' && needs.security-sast.result != 'cancelled' || 'false' }} + + scan-dependencies: + uses: razorpay/security-action/.github/workflows/dependency-scanner.yml@master + with: + DEPENDABOT_PATH: ".github/dependabot.yml"