checkmarx_pubspec 0.0.1 copy "checkmarx_pubspec: ^0.0.1" to clipboard
checkmarx_pubspec: ^0.0.1 copied to clipboard

Make checkmarx analysis on pubspec.lock

A Dart script to make checkmarx analyss on libraries referenced in a given pubspec.lock.

Quick Start 🚀 #

Installing 🧑‍💻 #

dart pub global activate checkmarx_pubspec

Commands ✨ #

The command requires to define env variable CHECKMARX_TOKEN thats represents token to make request on checkmarx api.

checkmarx_pubspec #

Usage

# scan pubspec.lock in the current directory
checkmarx_pubspec 

# scan the given file with path argment
checkmarx_pubspec --path 'path-to-pubspec.lock'


# scan only direct dependencies and skip the transitive ones
checkmarx_pubspec --only-direct-spec

2
likes
120
points
35
downloads

Publisher

verified publisherconnect-tech.sncf

Weekly Downloads

Make checkmarx analysis on pubspec.lock

Documentation

API reference

License

MIT (license)

Dependencies

args, build_runner, http, json_annotation, json_serializable, pubspec_lock_parse

More

Packages that depend on checkmarx_pubspec