1.6.11 • Published 2 years ago

pie-my-vulns v1.6.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

About

Visualize your project security vulnerabilities as a pie chart in the terminal

Usage

Command line

Using Node.js's npx command to run a one-off scan inside a project's directory:

npx pie-my-vulns

To scan a specific project directory use the --directory option, for example:

npx pie-my-vulns --directory=path/to/project/dir

To pipe existing Snyk json (obtained via snyk test --json) through stdin

cat snyk.json | npx pie-my-vulns

Docker container

Using docker to run a one-off scan inside a docker container. Pass the directory to scan to the source environment variable:

docker run --mount type=bind,source=<project-directory-to-scan>,target=/tmp/tested-app pie-my-vulns

Install

You can install globally via:

npm install -g pie-my-vulns

Contributing

Please consult CONTRIBUTING for guidelines on contributing to this project.

Author

pie-my-vulns © Liran Tal, Released under the Apache-2.0 License.

1.6.11

2 years ago

1.6.10

3 years ago

1.6.9

3 years ago

1.6.8

3 years ago

1.6.7

3 years ago

1.6.6

3 years ago

1.6.5

3 years ago

1.6.4

3 years ago

1.6.3

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.5.3

4 years ago

1.6.0

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago