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 identifiers to the report metadata section #71

Merged
merged 4 commits into from
Aug 8, 2022

Conversation

rgreinho
Copy link
Contributor

This patch adds 2 identifiers to the report metadata section:

  • a scan id, which which allows to identify a specific scan run
  • a URL to ensure we know where the report was generated from

The main use case behind this patch is to be able to use the reports
without having to add extra context. For now we agreed on a convention
to name the report file as {owner}-{repo}-{timestamp}.json, but this
information gets lost when the content of the repost is simply shared
via email or pastebin.

@rgreinho rgreinho changed the title Add identifiers to the report =metadata section Add identifiers to the report metadata section Jul 20, 2022
This patch adds 2 identifiers to the report metadata section:
- a scan id, which which allows to identify a specific scan run
- a URL to ensure we know where the report was generated from

The main use case behind this patch is to be able to use the reports
without having to add extra context. For now we agreed on a convention
to name the report file as `{owner}-{repo}-{timestamp}.json`, but this
information gets lost when the content of the repost is simply shared
via email or pastebin.
@rgreinho
Copy link
Contributor Author

Looks like coverage is not very happy right now:

Run codecov/codecov-action@v2
  with:
==> linux OS detected
Error: certificate has expired
    at TLSSocket.onConnectSecure (_tls_wrap.js:1502:34)
    at TLSSocket.emit (events.js:314:20)
    at TLSSocket._finishInit (_tls_wrap.js:937:8)
    at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:711:12)

@naortalmor1
Copy link
Collaborator

hi @itaywol can you help with the this?

@rgreinho
Copy link
Contributor Author

rgreinho commented Aug 3, 2022

@naortalmor1 @itaywol it looks like all the tests passed now 👍 Ready to review?

@naortalmor1
Copy link
Collaborator

Yep on it

@naortalmor1
Copy link
Collaborator

Hi @rgreinho thanks for contributing! Merged (:

@naortalmor1 naortalmor1 merged commit 26d50b6 into aquasecurity:main Aug 8, 2022
@rgreinho rgreinho mentioned this pull request Sep 14, 2022
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