@@ -150,6 +150,8 @@ changes and not directly in this file.
150150- [ DevSkim] ( https://github.com/microsoft/DevSkim ) by Microsoft
151151- [ Fortify] ( https://www.microfocus.com/en-us/cyberres/application-security/static-code-analyzer ) by Micro Focus
152152 - Commercial Requirement for Private Repositories
153+ - [ Puma Scan | Server Edition] ( https://pumasecurity.io/server-edition/ ) by Puma Security
154+ - Commercial Requirement ([ workflow example] ( https://github.com/pumasecurity/puma-prey/blob/6f87f3022c6976ede4145e0eccd830bfb3f4688f/.github/workflows/main.yaml#L45C1-L57C47 ) )
153155- [ Roslyn] ( https://github.com/dotnet/roslyn-analyzers ) by Microsoft
154156- [ Veracode] ( https://veracode.com/ )
155157 - Commercial Requirement for Private Repositories
@@ -195,6 +197,12 @@ changes and not directly in this file.
195197- [ Codacy] ( https://github.com/codacy/codacy-analysis-cli-action )
196198 - [ Open Source Tool Aggregator] ( https://docs.codacy.com/getting-started/supported-languages-and-tools/ )
197199
200+ ### DART
201+ - [ Dart/Flutter analyzer to SARIF] ( https://github.com/advanced-security/dart-analyzer-sarif )
202+ - [ Horusec Dart | Horusec] ( https://docs.horusec.io/docs/cli/analysis-tools/open-source-horusec-engine/horusec-dart/ )
203+ - GitHub Action ([ Installation | Horusec] ( https://docs.horusec.io/docs/cli/installation/#github-actions ) )
204+ - [ Workflow Sample] ( https://github.com/octodemo/flutter-samples/blob/main/.github/workflows/horusec.yml )
205+
198206### Elixir
199207- [ credo] ( https://github.com/rrrene/credo )
200208 - available as a [ starter-workflow] ( https://github.com/actions/starter-workflows/blob/main/code-scanning/credo.yml )
@@ -457,6 +465,8 @@ changes and not directly in this file.
457465- [ DevSkim] ( https://github.com/microsoft/DevSkim ) by Microsoft
458466- [ Fortify] ( https://www.microfocus.com/en-us/cyberres/application-security/static-code-analyzer ) by Micro Focus
459467 - Commercial Requirement for Private Repositories
468+ - [ Python linting Code Scanning Action] ( https://github.com/marketplace/actions/python-lint-code-scanning-action ) by GitHub Field Services
469+ - Wraps FOSS linters, type checkers
460470- [ Semgrep] ( https://semgrep.dev/ )
461471 - Commercial Requirement for Private Repositories
462472- [ ShiftLeft Security Scan] ( https://github.com/ShiftLeftSecurity/scan-action ) by ShiftLeft
0 commit comments