socket diff-scan
Diff scans related commands
Diff scans related commands
Usage
$ socket diff-scan <command>
Commands
get Get a diff scan for an organization
Options
--help Print this help and exits.
--version Prints current version and exits.
Examples
$ socket diff-scan --help
Get
Get a diff scan for an organization
Usage
$ socket diff-scan get <org slug> --before=<before> --after=<after>
Options
--after The full scan ID of the head scan
--before The full scan ID of the base scan
--file Path to a local file where the output should be saved
--help Print this help and exits.
--json Output result as json
--markdown Output result as markdown
--preview A boolean flag to persist or not the diff scan result
--version Prints current version and exits.
Examples
$ socket diff-scan get FakeCorp --before=aaa0aa0a-aaaa-0000-0a0a-0000000a00a0 --after=aaa1aa1a-aaaa-1111-1a1a-1111111a11a1
Updated 2 months ago