minor change

pull/1098/head
“swati31196” 2022-08-08 13:16:18 +05:30
parent f01077e155
commit 9534644a39
1 changed files with 6 additions and 1 deletions

View File

@ -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' }}
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"