Skip to content

Commit 5ad3afd

Browse files
authored
Merge pull request #308 from smuppand/license
CI: Update qcom-preflight-checks.yml to reusable workflow v2 to reduce false positives
2 parents 40b09f4 + 48c2f3e commit 5ad3afd

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/qcom-preflight-checks.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ permissions:
1111
security-events: write
1212

1313
jobs:
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 }}

0 commit comments

Comments
 (0)