Skip to content

Commit

Permalink
add scan ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Mar 24, 2024
1 parent de855d5 commit f32d441
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ public class Env implements Serializable {

private static final String apiKeySecretPrefix = "AKCp8";
private static final int apiKeySecretMinimalLength = 73;
// jfrog-ignore
private static final String referenceTokenSecretPrefix = "cmVmdGtuOjAxOj";
private static final int referenceTokenSecretMinimalLength = 64;
// jfrog-ignore
private static final String accessTokenSecretPrefix = "eyJ2ZXIiOiIyIiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYiLCJraWQiOiJ";
private static final int accessTokenSecretMinimalLength = 0;

Expand Down

0 comments on commit f32d441

Please sign in to comment.