mirror of https://github.com/statping/statping
minor change
parent
f01077e155
commit
9534644a39
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue