Files
starter-workflows/code-scanning/properties/codeql.properties.json
T

9 lines
368 B
JSON
Raw Normal View History

2021-09-08 10:05:32 +00:00
{
"name": "CodeQL Analysis",
"creator": "GitHub",
2022-09-22 11:46:26 +00:00
"enterprise": true,
2021-10-27 14:08:44 +00:00
"description": "Security analysis from GitHub for C, C++, C#, Go, Java, JavaScript, TypeScript, Python, and Ruby developers.",
2021-09-08 10:05:32 +00:00
"iconName": "octicon mark-github",
2021-10-27 14:08:44 +00:00
"categories": ["Code Scanning", "C", "C++", "C#", "Go", "Java", "JavaScript", "TypeScript", "Python", "Ruby"]
2021-09-08 10:05:32 +00:00
}