-
Notifications
You must be signed in to change notification settings - Fork 1
/
verisign.yaml
45 lines (41 loc) · 1.61 KB
/
verisign.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
verification:
# http response code
errorHttpResponseCode: 400
# When true the verification does not block/stop a deployment, false otherwise, default false
nonBlockingMode: false
# Message which is added to the error response to help user resolve problem
additionalErrorMessage: |
Go to https://avast.com/display/xxx/Signing+JAVA+binaries+in+IDA+environment for more help.
rpm:
# rpm validation enabled
enabled: true
pgpKeyIds:
- "xxxx"
# for which extensions should be used JAR verification
jar:
# config file for verisign properties - example and for dev purposes
# jar validation enabled
enabled: true
# keystore settings
keystore:
path: 'c:\temp\signcert.p12'
password: ''
aliases:
- 'avast-sign'
# for which extensions should be used JAR verification jfrog-verisign
extensions:
- jar
- aar
paths:
# paths with prefixed with virtual repos are expanded into local repos - eg. maven-local-virtual/.... is expanded to maven-local-x1/,maven-local-x2/,..
expandVirtualReposToLocal: true
# Whether the paths should be considered in case-sensitive manner jfrog-verisign
caseSensitive: false
# enable verification only for these Ant paths only, apply for all if empty/not defined
# verification is applied only for both enabled & not ignored paths
# enabledPath:
# - 'maven-local/com/avast/android/**'
# Ant path matching, see https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/util/AntPathMatcher.html
ignorePath:
- '**/*-sources.jar'
- '**/*-javadoc.jar'