mirror of https://github.com/statping/statping
minor change
parent
f01077e155
commit
9534644a39
|
@ -18,3 +18,8 @@ jobs:
|
||||||
uses: razorpay/security-action/.github/workflows/status_check.yml@master
|
uses: razorpay/security-action/.github/workflows/status_check.yml@master
|
||||||
with:
|
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