Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add full scans feature #118

Merged
merged 21 commits into from
Jun 18, 2024
Merged

Add full scans feature #118

merged 21 commits into from
Jun 18, 2024

Conversation

charliegerard
Copy link
Contributor

@charliegerard charliegerard commented Jun 6, 2024

This PR implements the full scans feature of the API in the CLI with the command socket scan.

Options:

  • list
    • <org slug>. e.g. socket scan list FakeOrg
  • stream
    • <org slug> <full scan ID>. e.g. socket scan stream FakeOrg 1234-oooo-5678-aaaa or
    • <org slug> <full scan ID> <path to output file. e.g. socket scan stream FakeOrg 1234-oooo-5678-aaaa ./output.txt
  • create
    • <org slug>. e.g. socket scan create FakeOrg <flags>
  • delete
    • <org slug> <full scan ID>. e.g. socket scan del FakeOrg 1234-oooo-5678-aaaa
  • metadata
    • <org slug> <full scan ID>. e.g. socket scan metadata FakeOrg 1234-oooo-5678-aaaa

@charliegerard charliegerard force-pushed the cg/addFullScansFeature branch from 8c10340 to b595de1 Compare June 6, 2024 22:43
Copy link

socket-security bot commented Jun 11, 2024

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None +4 132 kB bukharim96
npm/[email protected] environment +8 86.7 kB sindresorhus

View full report↗︎

@charliegerard charliegerard changed the title [wip] add full scans feature Add full scans feature Jun 17, 2024
@charliegerard charliegerard force-pushed the cg/addFullScansFeature branch from 2b5000f to 09494b2 Compare June 17, 2024 19:19
@charliegerard charliegerard requested a review from bcomnes June 17, 2024 19:20
@charliegerard charliegerard marked this pull request as ready for review June 17, 2024 20:47
Copy link
Member

@bcomnes bcomnes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work

@charliegerard charliegerard merged commit 80ca958 into master Jun 18, 2024
11 checks passed
@charliegerard charliegerard deleted the cg/addFullScansFeature branch June 18, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants