-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into refactor/function-ordering-on-branch-protect…
…ion-eval
- Loading branch information
Showing
21 changed files
with
225 additions
and
1,097 deletions.
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,14 @@ | ||
# Supported Tools | ||
* [CodeQL](https://docs.github.com/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning) | ||
* Detection is based on GitHub workflows using `github/codeql-action/analyze`, or GitHub Action checks run against PRs. | ||
* [Qodona](https://github.com/JetBrains/qodana-action) | ||
* Detection based on GitHub workflows using `JetBrains/qodana-action`. | ||
* [Snyk](https://github.com/snyk/actions) | ||
* Detection based on GitHub workflows using one of the actions from the set at https://github.com/snyk/actions | ||
* [Sonar](https://docs.sonarsource.com/sonarqube/latest/setup-and-upgrade/overview/) | ||
* Detection based on the presence of a `pom.xml` file specifying a `sonar.host.url`, or GitHub Action checks run against PRs. | ||
|
||
# Add Support | ||
|
||
Don't see your SAST tool listed? | ||
Search for an existing issue, or create one, to discuss adding support. |
Oops, something went wrong.