Skip to content

Allow using ssllabs-scan as a library#608

Open
prasincs wants to merge 1 commit into
ssllabs:stablefrom
prasincs:scan_library
Open

Allow using ssllabs-scan as a library#608
prasincs wants to merge 1 commit into
ssllabs:stablefrom
prasincs:scan_library

Conversation

@prasincs

@prasincs prasincs commented May 7, 2018

Copy link
Copy Markdown

To allow using ssllabs-scan in Go projects, I have made the top-level ssllabs-scan a library and move binary to cmd directory

  • I'm using the new package for integrating for some other tools but it's consistent with Go best practices
  • Cleans up the globals being used to be somewhat like accessors so they can be set from the caller

This would allow for utilizing the API and existing libraries into enterprise systems in a much tighter way, with more Go applications and services being able to do self-checks from what ssllabs can see.

- I'm using the new package for integrating for some other tools but it's consistent with Go best practices
- Cleans up the globals being used to be somewhat like accessors so they can be set from the caller
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.

1 participant