https://github.com/dassongh/docker_scout
https://github.com/dassongh/docker_scout
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dassongh/docker_scout
- Owner: dassongh
- Created: 2024-01-19T19:01:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-21T20:06:41.000Z (over 1 year ago)
- Last Synced: 2024-11-05T08:37:12.797Z (7 months ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-docker-scout - CLI for scouting docker images, Results can be routed to google drive - new-green) (GitHub Sample Projects)
README
## 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 dist` to get program description
- run `node dist scout --help` to get scout command description
- run `node dist pkey --help` to get pkey command description