Skip to content

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

License

Notifications You must be signed in to change notification settings

sncf-connect-tech/checkmarx_pubspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages