-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #712 from snyk/feat/add-apprisk-flavor
feat: add AppRisk flavor skeleton [HYB-463]
- Loading branch information
Showing
10 changed files
with
1,019 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"public": [ | ||
], | ||
"private": [ | ||
{ | ||
"//": "Ask for Authentication token", | ||
"method": "POST", | ||
"path": "/cxrestapi/auth/identity/connect/token", | ||
"origin": "https://${CHECKMARX}" | ||
}, | ||
{ | ||
"//": "Get All Project Details", | ||
"method": "GET", | ||
"path": "/projects", | ||
"origin": "https://${CHECKMARX}" | ||
}, | ||
{ | ||
"//": "Get Remote Source Settings for GIT", | ||
"method": "GET", | ||
"path": "/projects/:id/sourceCode/remoteSettings/git", | ||
"origin": "https://${CHECKMARX}" | ||
}, | ||
{ | ||
"//": "Get All Scans for Project", | ||
"method": "GET", | ||
"path": "/sast/scans", | ||
"origin": "https://${CHECKMARX}" | ||
}, | ||
{ | ||
"//": "Get Statistic Results by Scan Id", | ||
"method": "GET", | ||
"path": "/sast/scans/:id/resultsStatistics", | ||
"origin": "https://${CHECKMARX}" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.