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 <[email protected]>

* 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 <[email protected]>

* Remove empty space in line end

Co-authored-by: Sampark Sharma <[email protected]>

* Update Categories

* Updated after running pre-commit linting

---------

Co-authored-by: Sampark Sharma <[email protected]>
This commit is contained in:
Eric Fernandez
2023-03-07 16:22:52 +05:30
committed by GitHub
co-authored by Sampark Sharma
parent da484b4eb5
commit 02af783829
2 changed files with 86 additions and 0 deletions
@@ -0,0 +1,7 @@
{
"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"]
}