Skip to content

Commit 9cc3054

Browse files
committed
Updated the preflight checks yml file
Signed-off-by: sudeeshn <sudeeshn@qti.qualcomm.com>
1 parent bce31bd commit 9cc3054

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
name: Qualcomm Preflight Checks
1+
name: QC Preflight Checks
2+
23
on:
3-
pull_request_target:
4+
pull_request:
45
branches: [ main ]
56
push:
67
branches: [ main ]
78
workflow_dispatch:
89

9-
permissions:
10-
contents: read
11-
security-events: write
12-
1310
jobs:
14-
qcom-preflight-checks:
15-
uses: qualcomm/qcom-reusable-workflows/.github/workflows/qcom-preflight-checks-reusable-workflow.yml@v1.1.4
11+
preflight:
12+
name: Run QC Preflight Checks
13+
uses: qualcomm/qcom-reusable-workflows/.github/workflows/reusable-qcom-preflight-checks-orchestrator.yml@v2
1614
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-
secrets:
24-
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
15+
enable-semgrep-scan: true
16+
enable-dependency-review: true
17+
enable-repolinter-check: true
18+
enable-copyright-license-check: true
19+
enable-commit-email-check: true
20+
enable-commit-msg-check: false
21+
enable-armor-checkers: false
22+
23+
permissions:
24+
contents: read
25+
security-events: write

0 commit comments

Comments
 (0)