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

format: add Issued field to quay output format #193

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

crozzy
Copy link
Collaborator

@crozzy crozzy commented Nov 15, 2024

This is something needed by the Konflux team to avoid having to run the action twice.

This is something needed by the Konflux team to avoid having to run the
action twice.

Signed-off-by: crozzy <[email protected]>
@crozzy crozzy requested a review from a team as a code owner November 15, 2024 18:11
@crozzy crozzy requested review from RTann and removed request for a team November 15, 2024 18:11
@@ -47,6 +48,8 @@ type Vuln struct {
Description string `json:"Description"`
Name string `json:"Name"`
Metadata *Metadata `json:"Metadata"`
// This is a departure from the "spec" but needed for Konflux
Copy link

Choose a reason for hiding this comment

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

what would it be if it were following the spec?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There is no official spec but the current Quay secscan response does not include an Issued at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants