Skip to content

Commit b3c5b25

Browse files
authored
Update qcom-preflight-checks.yml
Signed-off-by: Sandhya Adavikolanu <[email protected]>
1 parent beabf08 commit b3c5b25

1 file changed

Lines changed: 17 additions & 20 deletions

File tree

Lines changed: 17 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
1-
name: Qualcomm Preflight Checks
1+
name: QC Preflight Checks
2+
23
on:
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-
139
jobs:
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

0 commit comments

Comments
 (0)