Adding JFrog Frogbot to GitHub starter workflows

This commit is contained in:
omerzi
2022-07-26 10:54:41 +03:00
parent e62f5e7638
commit 157a5156d8
5 changed files with 278 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"name": "Frogbot Scan and Fix",
"description": "Automatically creates pull requests with fixes for vulnerable project dependencies. Uses JFrog Xray to scan the project. Included as part of JFrog's free subscription.",
"iconName": "frogbot",
"categories": [
"Code Scanning",
"Go Module",
"Maven POM",
"NPM Config",
"Gradle",
"C#",
"Python"
],
"organization": "JFrog"
}
@@ -0,0 +1,15 @@
{
"name": "Frogbot Scan Pull Requests",
"description": "Automatically scans new pull requests for security vulnerabilities. Uses JFrog Xray to scan the project. Included as part of JFrog's free subscription.",
"iconName": "frogbot",
"categories": [
"Code Scanning",
"Go Module",
"Maven POM",
"NPM Config",
"Gradle",
"C#",
"Python"
],
"owner": "JFrog"
}