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

Check against artifacts without signatures #2210

Merged
merged 3 commits into from
Jun 9, 2021

Conversation

pschoenfelder
Copy link
Contributor

Adding an option to require that artifacts have signatures.

@JsonProperty
private boolean failOnArtifactWithNoMatchingSignature = false;

private boolean failOnSignatureWithNoMatchingArtifact = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

Why doesn't this field need the @JsonProperty annotation?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure, just moved that one up here to be with the others.

return failOnArtifactWithNoMatchingSignature;
}

public void seFailOnArtifactWithNoMatchingSignature(
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you meant setFailOnArtifactWithNoMatchingSignature

@pschoenfelder pschoenfelder merged commit 1c0e390 into master Jun 9, 2021
@pschoenfelder pschoenfelder deleted the signature-verification branch June 9, 2021 19:26
@tpetr
Copy link
Contributor

tpetr commented Jun 16, 2021

🚢

@ssalinas ssalinas added this to the 1.5.0 milestone May 4, 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

4 participants