Skip to content

Merge pull request #65 from vnarapar/kaslr_fix #87

Merge pull request #65 from vnarapar/kaslr_fix

Merge pull request #65 from vnarapar/kaslr_fix #87

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: true # default: true
semgrep: false # default: true
copyright-license-detector: true # default: true
pr-check-emails: true # default: true
secrets:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}