File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Qualcomm Preflight Checks
1+ name : QC Preflight Checks
2+
23on :
3- pull_request_target :
4- branches : [ development ]
4+ pull_request :
55 push :
6- branches : [ development ]
6+ branches : [main ]
77 workflow_dispatch :
88
9- permissions :
10- contents : read
11- security-events : write
12-
139jobs :
14- qcom-preflight-checks :
15- uses : qualcomm/qcom-reusable-workflows/.github/workflows/qcom-preflight-checks-reusable-workflow.yml@v2
10+ preflight :
11+ name : Run QC Preflight Checks
12+ uses : qualcomm/qcom-reusable-workflows/.github/workflows/reusable-qcom-preflight-checks-orchestrator.yml@v2
1613 with :
17- # ✅ Preflight Checkers
18- repolinter : true # default: true
19- semgrep : true # default: true
20- copyright-license-detector : true # default: true
21- pr-check-emails : true # default: true
22- dependency-review : true # default: true
23- enable-commit-email-check : true
24- enable-commit-msg-check : false
25- secrets :
14+ enable-semgrep-scan : true
15+ enable-dependency-review : true
16+ enable-repolinter-check : true
17+ enable-copyright-license-check : true
18+ enable-commit-email-check : true
19+ enable-commit-msg-check : false
20+ enable-armor-checkers : false
2621
27- SEMGREP_APP_TOKEN : ${{ secrets.SEMGREP_APP_TOKEN }}
22+ permissions :
23+ contents : read
24+ security-events : write
You can’t perform that action at this time.
0 commit comments