Skip to content

Merge pull request #308 from smuppand/license #602

Merge pull request #308 from smuppand/license

Merge pull request #308 from smuppand/license #602

name: Qualcomm Preflight Checks
on:
pull_request_target:
branches: [ "main" ]
push:
branches: [ "main" ]
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
preflight:
name: Run QC Preflight Checks
uses: qualcomm/qcom-reusable-workflows/.github/workflows/reusable-qcom-preflight-checks-orchestrator.yml@v2
with:
enable-semgrep-scan: true
enable-dependency-review: true
enable-repolinter-check: true
enable-copyright-license-check: true
enable-commit-email-check: true
enable-commit-msg-check: false
secrets:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

Check failure on line 25 in .github/workflows/qcom-preflight-checks.yml

View workflow run for this annotation

GitHub Actions / Qualcomm Preflight Checks

Invalid workflow file

The workflow is not valid. .github/workflows/qcom-preflight-checks.yml (Line: 25, Col: 26): Invalid secret, SEMGREP_APP_TOKEN is not defined in the referenced workflow.