2.4 KiB
2.4 KiB
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Code Scanning onboarding | Captures all the information and tasks required to onboard a 3rd party project into Code Scanning | Code Scanning Partner: | code scanning |
👋 Thanks for your interest in integrating with Code Scanning! To ensure a swift onboarding of your integration, please provide the following Requested information and complete the Action items below:
Requested information
- Name of your integration:
- Name of your product / company:
- Description of your integration:
- Languages supported by your integration:
- [For integrations leveraging GitHub Actions] PR for your proposed workflow:
- URL to an SVG logo representing your integration / product / company:
Action items
- Apply to join the GitHub Technology Partner Program: partner.github.com/apply
- Develop your integration, by either following this guide for GitHub Actions, or integrating directly with the REST API
- [For integrations leveraging GitHub Actions] Submit a PR in this repo for your proposed starter workflow. The workflow should:
- Live in the
code-scanningdirectory - Have a filename that is in accordance with your product / service / business name, in kebab-cased format, with a
.ymlfile extension - Include comments describing the workflow’s behavior (example)
- Trigger on push, pull_request, and schedule events (example)
- Reference your GitHub Action using a 40-char commit SHA (e.g.
uses: github/codeql-action@a3a8231e64d3db0e7da0f3b56b9521dcccdfe412)
- Live in the
- Update the
Requested informationabove, ensuring all details are correct - When ready, please ping
@actions/advanced-security-code-scanningin a comment below, for a review 🙇