readme.md
January 21, 2024 ยท View on GitHub
Docker scout CLI
Overview
Command line tool for scouting docker images. Results are saving to scan_results directory by default. But it can be also written to stdout or sent to Google Drive.
Commands
- pkey - use to save pkey file from Google to authenticate.
- scout - use to scout docker images.
Steps
- clone the repo
- cd into project root directory
- run
npm i - run
npm run build - run
node distto get program description - run
node dist scout --helpto get scout command description - run
node dist pkey --helpto get pkey command description