Skip to content

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.

5 participants