palantir / tenablesc-client

A Golang-based API client for Tenable.SC
Other
9 stars 8 forks source link

Add StartScan to allow scans to be started, bugfix #29

Closed jamesshank closed 1 year ago

jamesshank commented 1 year ago

Before this PR

We were unable to set ScanningVirtualHosts when creating a scan due to a typo ScanningVirtualHosts != scanningVirtualHosts We were unable to start scans.

After this PR

Both are resolved.

Possible downsides?

None!

Thanks folks! I'm happy to address any comments or concerns 😄

changelog-app[bot] commented 1 year ago

Generate changelog in changelog-dir>`changelog/@unreleased`</changelog-dir

Type

- [ ] Feature - [ ] Improvement - [ ] Fix - [ ] Break - [ ] Deprecation - [ ] Manual task - [ ] Migration

Description

Add StartScan to allow scans to be started, bugfix ## Before this PR We were unable to set ScanningVirtualHosts when creating a scan due to a typo `ScanningVirtualHosts` != `scanningVirtualHosts` We were unable to start scans. ## After this PR Both are resolved. ## Possible downsides? None! Thanks folks! I'm happy to address any comments or concerns 😄 **Check the box to generate changelog(s)** - [ ] Generate changelog entry