|
1 | 1 | # Advanced Security Material |
2 | | -A place for resources to help you understand and use GitHub Advanced Security |
| 2 | +A place for resources to help you understand and use GitHub Advanced Security (GHAS). Browse the directories in this repository for resources and documentation. To help you get started with GHAS, we've provided some introductory documentation in this file. |
| 3 | + |
| 4 | +## Get started |
| 5 | +The following list of links are great resources to get you started on learning how to use, deploy, and manage GitHub Advanced Security in your environment. |
| 6 | + |
| 7 | +New to GitHub Advanced Security? Start with [GitHub security features](https://docs.github.com/en/enterprise-cloud@latest/code-security/getting-started/github-security-features) :+1: |
| 8 | + |
| 9 | +## Code Scanning |
| 10 | +- [About GitHub Code Scanning](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning) |
| 11 | +- [Configuring Code Scanning](https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning) |
| 12 | +- [Integrating other tools with GHAS](https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning) |
| 13 | + |
| 14 | +## CodeQL |
| 15 | +- [Meet CodeQL](https://codeql.github.com/) |
| 16 | +- [CodeQL Documentation](https://codeql.github.com/docs/) |
| 17 | +- [CWE Query Mapping Documentation](https://codeql.github.com/codeql-query-help/codeql-cwe-coverage) |
| 18 | +- [Running additional queries](https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#running-additional-queries) |
| 19 | +- [CodeQL CLI Docs](https://codeql.github.com/docs/codeql-cli/getting-started-with-the-codeql-cli) |
| 20 | +- [Running CodeQL in your CI System](https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/running-codeql-code-scanning-in-your-ci-system) |
| 21 | + |
| 22 | +## Secret Scanning |
| 23 | +- [About Secret Scanning](https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning) |
| 24 | +- [Supported secret patterns](https://docs.github.com/en/code-security/secret-scanning/secret-scanning-patterns#supported-secrets-for-partner-patterns) |
| 25 | +- [Defining custom secret patterns](https://docs.github.com/en/enterprise-cloud@latest/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning) |
| 26 | + |
| 27 | +## Supply Chain Security (Dependabot) |
| 28 | +- [About](https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security) |
| 29 | +- [Dependency Graph](https://docs.github.com/en/enterprise-cloud@latest/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph) |
| 30 | +- [Dependabot Alerts](https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-alerts/about-dependabot-alerts) |
| 31 | +- [Dependabot Security Updates](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates) |
| 32 | +- [GitHub Advisory Database](https://github.com/advisories) |
| 33 | + |
| 34 | +## Security Overview |
| 35 | +- [About Security Overview](https://docs.github.com/en/code-security/security-overview/about-the-security-overview) |
| 36 | +- [Managing alerts in your repository](https://docs.github.com/en/enterprise-cloud@latest/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository) |
| 37 | + |
| 38 | +## Other Resources |
| 39 | +- [SARIF Tutorials](https://github.com/microsoft/sarif-tutorials) |
| 40 | +- [GitHub Advanced Security Learning Path](https://docs.microsoft.com/en-us/users/githubtraining/collections/rqymc6yw8q5rey) |
| 41 | +- [Scaling GHAS in Your Organization](https://resources.github.com/downloads/Whitepaper-Scaling-GHAS-in-an-Enterprise.pdf) |
| 42 | +- [The Complete Guide to Developer-first Security](https://resources.github.com/downloads/GitHubAdvanced%20SecurityEbook.pdf) |
| 43 | +- [GitHub Checkout - Code Scanning (video)](https://www.youtube.com/watch?v=z0wvGf3O69E) |
| 44 | +- [GitHub Checkout - Secret Scanning (video)](https://www.youtube.com/watch?v=aoL7pDrXt74) |
| 45 | +- [GitHub Checkout - Viewing and Managing your Dependencies (video)](https://www.youtube.com/watch?v=gNd_TGdZ1xc) |
0 commit comments