{"id":50979977,"url":"https://github.com/qualcomm/qcom-enterprise-workflows","last_synced_at":"2026-06-19T13:01:54.153Z","repository":{"id":365355259,"uuid":"1271688509","full_name":"qualcomm/qcom-enterprise-workflows","owner":"qualcomm","description":"Qualcomm Enterprise Workflows","archived":false,"fork":false,"pushed_at":"2026-06-17T01:06:39.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-17T03:11:27.311Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qualcomm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-06-16T23:19:31.000Z","updated_at":"2026-06-17T01:06:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/qualcomm/qcom-enterprise-workflows","commit_stats":null,"previous_names":["qualcomm/qcom-enterprise-workflows"],"tags_count":null,"template":false,"template_full_name":"qualcomm/qualcomm-repository-template","purl":"pkg:github/qualcomm/qcom-enterprise-workflows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqcom-enterprise-workflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqcom-enterprise-workflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqcom-enterprise-workflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqcom-enterprise-workflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qualcomm","download_url":"https://codeload.github.com/qualcomm/qcom-enterprise-workflows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qualcomm%2Fqcom-enterprise-workflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34532260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-19T13:01:52.986Z","updated_at":"2026-06-19T13:01:54.143Z","avatar_url":"https://github.com/qualcomm.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# qcom-enterprise-workflows\n\nCentral home for GitHub Actions workflows that are distributed across the\nQualcomm GitHub enterprise as **required workflows** and enforced via enterprise\n**rulesets**. These workflows run against *other* repositories in the enterprise;\nthere is nothing to copy into your own repository to adopt them.\n\n\u003e **GitHub Actions is disabled on this repository** so the central workflows do\n\u003e not self-trigger here. The files are consumed by other repos via enterprise\n\u003e rulesets — they are not meant to run against this repo.\n\n## What's here\n\n| Workflow | Purpose |\n| --- | --- |\n| [`.github/workflows/zizmor-scan.yml`](.github/workflows/zizmor-scan.yml) | GitHub Actions security scan ([zizmor](https://github.com/zizmorcore/zizmor)), enforced as a Code Scanning merge gate. See [`.github/zizmor.md`](.github/zizmor.md). |\n| [`.github/workflows/qcom-preflight-checks-for-pkg.yml`](.github/workflows/qcom-preflight-checks-for-pkg.yml) | Preflight checks (license/copyright, dependency review, Semgrep, repolinter, commit email) for `pkg-*` repositories. |\n\nSupporting files:\n\n- [`.github/zizmor-enterprise-policy.yml`](.github/zizmor-enterprise-policy.yml) —\n  the central zizmor policy (single source of truth). It lives outside\n  `.github/workflows/` because GitHub treats every file under `workflows/` as a\n  workflow, and this is a zizmor config, not a workflow.\n- [`.github/zizmor.md`](.github/zizmor.md) — what the zizmor gate does, how to fix\n  findings, and how exceptions work.\n\n## For repositories subject to these checks\n\nYou don't need to add anything. The checks appear on your pull requests\nautomatically because they are enforced at the enterprise level. To understand a\nspecific result:\n\n- **zizmor / security scan** — see [`.github/zizmor.md`](.github/zizmor.md).\n- **preflight checks** — see the\n  [qcom-reusable-workflows](https://github.com/qualcomm/qcom-reusable-workflows)\n  repository, which provides the underlying reusable workflow.\n\n## Branches\n\n**main**: Primary development branch. Contributors should base submissions on this\nbranch and open pull requests against it.\n\n## Maintaining these workflows\n\nChanges here affect every repository in the enterprise that the corresponding\nruleset targets. Treat changes carefully:\n\n- The zizmor policy is fetched by the scan workflow from a **pinned commit SHA**.\n  After changing the policy, bump that pin via pull request. See the maintainer\n  notes in [`.github/zizmor.md`](.github/zizmor.md).\n- Renaming a workflow file changes the path the enterprise ruleset references —\n  coordinate renames with the ruleset owner.\n- See [AGENTS.md](AGENTS.md) for the design constraints and decisions behind these\n  files.\n\nContributions are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Getting in contact\n\n- [Report an Issue on GitHub](../../issues)\n- [Open a Discussion on GitHub](../../discussions)\n\n## License\n\n`qcom-enterprise-workflows` is licensed under the\n[BSD-3-Clause License](https://spdx.org/licenses/BSD-3-Clause.html). See\n[LICENSE.txt](LICENSE.txt) for the full license text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualcomm%2Fqcom-enterprise-workflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqualcomm%2Fqcom-enterprise-workflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqualcomm%2Fqcom-enterprise-workflows/lists"}