1
0
mirror of synced 2025-12-25 11:03:37 -05:00
Files
docs/data/product-examples/code-security/code-examples.yml
Laura Coursen 8f964ea2cb GHEC version (#20947)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Grace Park <gracepark@github.com>
Co-authored-by: Steve Guntrip <12534592+stevecat@users.noreply.github.com>
Co-authored-by: Robert Sese <sese@github.com>
Co-authored-by: Peter Bengtsson <peterbe@github.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
2021-10-15 15:41:33 -05:00

84 lines
2.6 KiB
YAML

# Code scanning configurations
- title: CodeQL code scanning at Microsoft
description: Example code scanning workflow for the CodeQL action from the Microsoft Open Source repository.
href: /microsoft/opensource.microsoft.com/blob/main/.github/workflows/codeql-analysis.yml
languages:
- javascript
tags:
- CodeQL
- Code scanning
- GitHub Actions
- title: Adversarial Robustness Toolbox (ART) CodeQL code scanning
description: Example code scanning workflow for the CodeQL action from the Trusted AI repository.
href: /Trusted-AI/adversarial-robustness-toolbox/blob/main/.github/workflows/codeql-analysis.yml
languages:
- python
tags:
- CodeQL
- Code scanning
- GitHub Actions
# Security policies
- title: Microsoft security policy
description: Example security policy
href: /microsoft/microsoft.github.io/blob/master/SECURITY.MD
tags:
- Security policy
- title: Electron security policy
description: Example security policy
href: /electron/electron/blob/master/SECURITY.md
tags:
- Security policy
# Example of security advisory in a major product
- title: Security advisory for Rails
description: Security advisory published by Rails for CVE-2020-15169.
href: /rails/rails/security/advisories/GHSA-cfjv-5498-mph5
tags:
- Security advisory
# Sample scripts for enabling Dependabot alerts and security updates across a whole organization
- title: Enable Dependabot alerts and security updates automatically
description: Sample scripts for enabling Dependabot alerts and security updates across an entire organization.
href: /github/enable-security-alerts-sample
tags:
- Dependabot
- Alerts
- Security updates
- Organization
- Scripts
versions:
fpt: '*'
ghec: '*'
# Dependabot configuration only relevant to GitHub.com
# Convert "languages" to "package-ecosystems" for Dependabot configurations
- title: Super linter configuration
description: Example Dependabot version updates configuration from the Super linter repository.
href: /github/super-linter/blob/master/.github/dependabot.yml
languages:
- github-actions
- npm
- bundler
- docker
- pip
tags:
- Dependabot
- Version updates
- Configuration
versions:
fpt: '*'
ghec: '*'
- title: Dependabot version update PR
description: Example pull request generated by the Dependabot version updates configuration in the Super linter repository.
href: /github/super-linter/pull/1398
languages:
tags:
- Dependabot
- Version updates
- Pull requests
versions:
fpt: '*'
ghec: '*'