0 purchases
checkmarx pubspec
A Dart script to make checkmarx analyss on libraries referenced in a given pubspec.lock.
Quick Start 🚀 #
Installing 🧑💻 #
dart pub global activate checkmarx_pubspec
copied to clipboard
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
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.