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

moved scanID to annotations, add timestamp annotation to summary #265

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

amirmalka
Copy link
Contributor

Overview

This PR changes the behavior so that:

  1. Scan ID will be saved in the annotations instead of labels (label value is limited to 63 chars)
  2. Add timestamp annotation to the summary, so that it will get updated on every scan request

…dded timestamp annotation to summary

Signed-off-by: Amir Malka <[email protected]>
if !ok {
return nil, domain.ErrMissingTimestamp
}
enrichedAnnotations["kubescape.io/timestamp"] = strconv.FormatInt(timestamp, 10) // TODO: use a constant
Copy link
Contributor Author

Choose a reason for hiding this comment

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

TODO: declare key in external package

Signed-off-by: Amir Malka <[email protected]>
Copy link

Summary:

  • License scan: failure
  • Credentials scan: failure
  • Vulnerabilities scan: success
  • Unit test: success
  • Go linting: success

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