Skip to content

Commit

Permalink
Enhance the aggregator to handle problems with expired signatures
Browse files Browse the repository at this point in the history
Change to --mergePGP to --pgpAction.

#12
  • Loading branch information
merks committed Nov 13, 2022
1 parent 1e22b94 commit c126025
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public enum PGPActionType {
@Option(name = "--rejectedFingerprints", usage = "A comma-separated list of SHA-256 signature fingerprints considered insecure.")
private String rejectedFingerprints;

@Option(name = "--mergePGP", usage = "Specify how to handle PGP keys and signatues. DISCARD them, KEEP the current ones, REPLACE the current ones with the originals, or MERGE the current ones with the originals.")
@Option(name = "--pgpAction", usage = "Specify how to handle PGP keys and signatues. DISCARD them, KEEP the current ones, REPLACE the current ones with the originals, or MERGE the current ones with the originals.")
private PGPActionType pgpAction = PGPActionType.REPLACE;

@Override
Expand Down

0 comments on commit c126025

Please sign in to comment.