Open pederhan opened 1 year ago
Why create a whole new report and check its artifacts, when we should just be able to do
return any(artifact.has_foo("...") for artifact in self.artifacts)
We already do this with all has_* methods except has_repository and has_severity.
has_*
has_repository
has_severity
Why create a whole new report and check its artifacts, when we should just be able to do
We already do this with all
has_*
methods excepthas_repository
andhas_severity
.