Files
starter-workflows/code-scanning/properties/black-duck-security-scan-ci.properties.json
T

23 lines
543 B
JSON
Raw Normal View History

{
"name": "Black Duck Security Scan Workflow",
2025-02-05 13:47:33 +06:00
"creator": "Black Duck Software, Inc.",
"description": "The Black Duck Security Scan GitHub Action allows you to configure your pipeline to run Black Duck Security Scan and take action on the security results",
2025-02-10 11:43:15 +06:00
"iconName": "black-duck",
"categories": [
2025-02-10 11:43:15 +06:00
"Code Scanning",
"C",
"C++",
"C#",
"Go",
"Java",
"JavaScript",
"Ruby",
"PHP",
"Swift",
"Kotlin",
"Python",
"VB.NET",
"Objective C"
]
2025-02-05 13:47:33 +06:00
}