Files
starter-workflows/code-scanning/properties/snyk-security.properties.json
T
Eric Fernandez 02af783829 Addition of snyk-security workflow to enable the Snyk platform from a single GitHub Action (#1939)
* Create snyk-security.properties.json

* Create snyk-security.yml

* Update snyk-security.yml

* Fix mispelling

Co-authored-by: Sampark Sharma <phantsure@github.com>

* Apply comments from PR

- Moved documentation link to the top
- Made `|| true` optional
- Added commit SHA for the Snyk GitHub Action

* Remove empty space

Co-authored-by: Sampark Sharma <phantsure@github.com>

* Remove empty space in line end

Co-authored-by: Sampark Sharma <phantsure@github.com>

* Update Categories

* Updated after running pre-commit linting

---------

Co-authored-by: Sampark Sharma <phantsure@github.com>
2023-03-07 16:22:52 +05:30

8 lines
376 B
JSON

{
"name": "Snyk Security",
"creator": "Snyk",
"description": "Detect vulnerabilities across your applications and infrastructure with the Snyk platform.",
"iconName": "snyk",
"categories": ["Code Scanning","JavaScript", "Python", "Java", "PHP", "C#", "C", "C++", "Ruby", "Swift", "Go", "TypeScript", "Kotlin", "Apex", "Scala", "Terraform", "Dockerfile"]
}