SP-1022 | Updating Semgrep configuration

This commit is contained in:
security user
2024-12-17 23:49:43 +05:30
parent e6312c51c0
commit d30c6a9f3b

View File

@@ -6,6 +6,8 @@ on:
branches: branches:
- master - master
- main - main
- develop
- portal
# Schedule this job to run at a certain time, using cron syntax # Schedule this job to run at a certain time, using cron syntax
# Note that * is a special character in YAML so you have to quote this string # Note that * is a special character in YAML so you have to quote this string
@@ -26,7 +28,7 @@ jobs:
EMAIL_FETCH_TOKEN: ${{secrets.EMAIL_FETCH_TOKEN}} EMAIL_FETCH_TOKEN: ${{secrets.EMAIL_FETCH_TOKEN}}
run-if-failed: run-if-failed:
runs-on: [ self-hosted ] runs-on: [ self-hosted, Linux ]
needs: [central-semgrep] needs: [central-semgrep]
if: always() && (needs.semgrep.result == 'failure') if: always() && (needs.semgrep.result == 'failure')
steps: steps: