Use deterministic names for vulnerability reports #131
danielpacak
started this conversation in
Development
Replies: 1 comment
-
This has been resolved and we're using deterministic names for all kinds of reports. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the initial release of Starboard we used UUID for different reasons. However, we now believe that Starboard should store the latest vulnerability report for the given workload, and therefore we could use deterministic names.
For example, instead of:
We could have:
The challenge here is to come up with a naming convention for vulnerability reports to support all types of Kubernetes workloads.
/cc @danielsagi @lizrice @itaysk
Beta Was this translation helpful? Give feedback.
All reactions