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

Create reports_definition.py for launching reports from pyTenable #656

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

samwmarsh
Copy link
Contributor

@samwmarsh samwmarsh commented Dec 7, 2022

Tenable SC launch reports using ID in pytenable

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Test Configuration:

  • Python Version(s) Tested:
  • Tenable.sc version (if necessary):

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Tenable SC launch reports using ID in pytenable
@samwmarsh samwmarsh requested a review from a team December 7, 2022 13:55
@samwmarsh samwmarsh changed the title Create reports_definition.py Create reports_definition.py for launching reports from pyTenable Dec 7, 2022
Copy link
Collaborator

@aseemsavio aseemsavio left a comment

Choose a reason for hiding this comment

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

Could you provide information on how this was tested? You can refer to existing tests in this directory tests/sc/.

@samwmarsh
Copy link
Contributor Author

Could you provide information on how this was tested? You can refer to existing tests in this directory tests/sc/.

Hey @aseemsavio , I'm not sure what you're asking me to do with the tests/sc/ folder but that's going to be me not understanding what it is/does. I've tested this locally against an internal version of tenable.sc and it works as intended for launching reportDefinitions, which can then be downloaded with the report endpoint (having returned a report ID).

@aseemsavio
Copy link
Collaborator

Hey @samwmarsh no problem at all! We include tests that confirms the behaviour of a new feature we're adding with the respective pull request. Give me some time, I'll let you know the changes required.

tenable/sc/__init__.py Outdated Show resolved Hide resolved
tenable/sc/reports_definition.py Outdated Show resolved Hide resolved
tenable/sc/__init__.py Outdated Show resolved Hide resolved
tenable/sc/reports_definition.py Outdated Show resolved Hide resolved
tenable/sc/reports_definition.py Outdated Show resolved Hide resolved
tenable/sc/__init__.py Outdated Show resolved Hide resolved
@samwmarsh
Copy link
Contributor Author

@aseemsavio all changes merged thanks

@samwmarsh
Copy link
Contributor Author

@SteveMcGrath that's all sorted, anything blocking this merge now?

@SteveMcGrath
Copy link
Contributor

I'd say there are still some issues just looking at the test suite.

https://github.com/tenable/pyTenable/actions/runs/3881092089/jobs/6619727711#step:5:258

@samwmarsh samwmarsh requested a review from a team as a code owner May 21, 2024 14:13
@samwmarsh
Copy link
Contributor Author

@SteveMcGrath sorry for the delay on this one, I think I've resolved the test suite issues - seemed to be an issue with typo between file name and imports.

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.

None yet

3 participants