File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,14 +11,15 @@ permissions:
1111 security-events : write
1212
1313jobs :
14- qcom-preflight-checks :
15- uses : qualcomm/qcom-reusable-workflows/.github/workflows/qcom-preflight-checks-reusable-workflow.yml@v1.1.4
14+ preflight :
15+ name : Run QC Preflight Checks
16+ uses : qualcomm/qcom-reusable-workflows/.github/workflows/reusable-qcom-preflight-checks-orchestrator.yml@v2
1617 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
18+ enable-semgrep-scan : true
19+ enable-dependency-review : true
20+ enable-repolinter-check : true
21+ enable- copyright-license-check : true
22+ enable-commit-email-check : true
23+ enable-commit-msg-check : false
2324 secrets :
2425 SEMGREP_APP_TOKEN : ${{ secrets.SEMGREP_APP_TOKEN }}
You can’t perform that action at this time.
0 commit comments