Skip to content

Commit

Permalink
Merge branch 'analysis-tools-dev:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertMZhou authored Sep 28, 2024
2 parents 2b7b070 + 4a605e6 commit 6cddedf
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,8 @@ TSLint is an extensible static analysis tool that checks TypeScript code for rea

- [pre-commit](https://pre-commit.com) — A framework for managing and maintaining multi-language pre-commit hooks.

- [Precaution](https://www.securesauce.dev/) — Precaution is a static analysis security tool (SAST) designed to find potentially critical vulnerabilities in source code prior to production. It is available as a CLI, GitHub Action, and GitHub App.

- [Prettier](https://prettier.io) — An opinionated code formatter.

- [Pronto](https://github.com/prontolabs/pronto) — Quick automated code review of your changes. Supports more than 40 runners for various languages, including Clang, Elixir, JavaScript, PHP, Ruby and more.
Expand Down
41 changes: 41 additions & 0 deletions data/api/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -14106,6 +14106,47 @@
"demos": null,
"wrapper": null
},
"precaution": {
"name": "Precaution",
"categories": [
"linter"
],
"languages": [
"go",
"java",
"python"
],
"other": [
"ci",
"security"
],
"licenses": [
"Business Source License 1.1"
],
"types": [
"cli",
"service"
],
"homepage": "https://www.securesauce.dev/",
"source": "https://github.com/securesauce/precli",
"pricing": "https://www.securesauce.dev/",
"plans": {
"free": true,
"oss": true
},
"description": "Precaution is a static analysis security tool (SAST) designed to find potentially critical vulnerabilities in source code prior to production. It is available as a CLI, GitHub Action, and GitHub App.",
"discussion": null,
"deprecated": null,
"resources": [
{
"title": "Introducing Precaution",
"url": "https://blog.securesauce.dev/introducing-precaution"
}
],
"reviews": null,
"demos": null,
"wrapper": null
},
"prettier": {
"name": "Prettier",
"categories": [
Expand Down
27 changes: 27 additions & 0 deletions data/tools/precaution.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Precaution
categories:
- linter
tags:
- ci
- go
- java
- python
- security
license: Business Source License 1.1
types:
- cli
- service
source: 'https://github.com/securesauce/precli'
homepage: 'https://www.securesauce.dev/'
resources:
- title: Introducing Precaution
url: https://blog.securesauce.dev/introducing-precaution
plans:
oss: true
free: true
pricing: https://www.securesauce.dev/
description: >-
Precaution is a static analysis security tool (SAST) designed
to find potentially critical vulnerabilities in source code prior
to production. It is available as a CLI, GitHub Action, and GitHub
App.

0 comments on commit 6cddedf

Please sign in to comment.