Skip to content

workflows: Disable semgrep preflight check #27

workflows: Disable semgrep preflight check

workflows: Disable semgrep preflight check #27

name: preflight-checkers
on:
pull_request_target:
branches: [ "main" ]
push:
branches: [ "main" ]
workflow_dispatch:
jobs:
checker:
uses: qualcomm-linux/qli-actions/.github/workflows/multi-checker.yml@main
with:
repolinter: false # default: true
semgrep: false # default: true
copyright-license-detector: false # default: true
pr-check-emails: false # default: true
secrets:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}