Skip to content

Commit

Permalink
Add sensitive env vars exlcusions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomverin committed Apr 21, 2021
1 parent 50fa340 commit e654772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@
<configuration>
<artifactory>
<envVarsExcludePatterns>
*password*,*PASSWORD*,*secret*,*MAVEN_CMD_LINE_ARGS*,sun.java.command,*token*,*TOKEN*,*LOGIN*,*login*
*password*,*PASSWORD*,*secret*,*MAVEN_CMD_LINE_ARGS*,sun.java.command,*token*,*TOKEN*,*LOGIN*,*login*,*SIGN_KEY*,*ARTIFACTORY_API_KEY*,*API_KEY*,*PASSPHRASE*
</envVarsExcludePatterns>
<includeEnvVars>true</includeEnvVars>
<timeoutSec>60</timeoutSec>
Expand Down

0 comments on commit e654772

Please sign in to comment.