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

Generate a UUID for the SCuBA output #1336

Open
buidav opened this issue Sep 25, 2024 · 0 comments · May be fixed by #1342
Open

Generate a UUID for the SCuBA output #1336

buidav opened this issue Sep 25, 2024 · 0 comments · May be fixed by #1342
Assignees
Labels
enhancement This issue or pull request will add new or improve existing functionality

Comments

@buidav
Copy link
Collaborator

buidav commented Sep 25, 2024

💡 Summary

A use case has popped up where we may need a unique identifier besides timestamp and tenant id to distinguish between two different ScubaGear outputs.

Motivation and context

To have an identifier to uniquely distinguish ScubaGear output JSON/Reports from individual runs besides timestamp.

Implementation notes

New-Guid can be used to generate a version 4 UUID.

Stick the output of this call somewhere in the Provider JSON and display it on the HTML report as well.

Acceptance criteria

  • A UUID is added to the metadata schema for the ScubaResults.json.
  • A UUID is displayed on the HTML report.
@buidav buidav added the enhancement This issue or pull request will add new or improve existing functionality label Sep 25, 2024
@adhilto adhilto self-assigned this Sep 26, 2024
@adhilto adhilto linked a pull request Sep 27, 2024 that will close this issue
20 tasks
@adhilto adhilto linked a pull request Sep 27, 2024 that will close this issue
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue or pull request will add new or improve existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants