sncf-connect-tech / checkmarx_pubspec

Script to make checkmarx analyse on hosted libs listed on pubspec.lock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Script to make checkmarx analyse on hosted libs listed on pubspec.lock

License:MIT License


Languages

Language:Dart 100.0%