File tree Expand file tree Collapse file tree 4 files changed +50
-3
lines changed Expand file tree Collapse file tree 4 files changed +50
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
+ version: v1.14.0
3
+ ignore:
4
+ snyk:lic:maven:ch.qos.logback:logback-classic:EPL-1.0_OR_LGPL-2.1:
5
+ - '*':
6
+ reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
7
+ expires: '2030-01-01T00:00:00.000Z'
8
+ snyk:lic:maven:ch.qos.logback:logback-core:EPL-1.0_OR_LGPL-2.1:
9
+ - '*':
10
+ reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
11
+ expires: '2030-01-01T00:00:00.000Z'
12
+ SNYK:LIC:MAVEN:JUNIT:JUNIT:EPL-1.0:
13
+ - '*':
14
+ reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
15
+ expires: '2030-01-01T00:00:00.000Z'
Original file line number Diff line number Diff line change
1
+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
+ version: v1.14.0
3
+ ignore:
4
+ snyk:lic:maven:ch.qos.logback:logback-classic:EPL-1.0_OR_LGPL-2.1:
5
+ - '*':
6
+ reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
7
+ expires: '2030-01-01T00:00:00.000Z'
8
+ snyk:lic:maven:ch.qos.logback:logback-core:EPL-1.0_OR_LGPL-2.1:
9
+ - '*':
10
+ reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
11
+ expires: '2030-01-01T00:00:00.000Z'
12
+ SNYK:LIC:MAVEN:JUNIT:JUNIT:EPL-1.0:
13
+ - '*':
14
+ reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
15
+ expires: '2030-01-01T00:00:00.000Z'
Original file line number Diff line number Diff line change @@ -90,6 +90,8 @@ variables:
90
90
value : 0
91
91
- name : version_patch
92
92
value : 0
93
+ - name : version_number
94
+ value : $(version_major).$(version_minor).$(version_patch)
93
95
94
96
# PR / Branch vars
95
97
- name : source_branch_ref
@@ -813,8 +815,8 @@ stages:
813
815
script : |
814
816
git config user.name "BuildService"
815
817
git config user.email "builder@${COMPANY}.com"
816
- git tag -a v${BUILD_BUILDNUMBER } -m "Release created by Azure DevOps"
817
- git push origin v${BUILD_BUILDNUMBER }
818
+ git tag -a v${VERSION_NUMBER } -m "Release created by Azure DevOps"
819
+ git push origin v${VERSION_NUMBER }
818
820
env :
819
821
COMPANY : $(company)
820
822
@@ -824,4 +826,4 @@ stages:
824
826
inputs :
825
827
gitHubConnection : $(github_release_service_connection)
826
828
repositoryName : $(github_org)/$(self_repo)
827
- tag : $(Build.BuildNumber )
829
+ tag : $(version_number )
Original file line number Diff line number Diff line change
1
+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
+ version: v1.14.0
3
+ ignore:
4
+ snyk:lic:maven:ch.qos.logback:logback-classic:EPL-1.0_OR_LGPL-2.1:
5
+ - '*':
6
+ reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
7
+ expires: '2030-01-01T00:00:00.000Z'
8
+ snyk:lic:maven:ch.qos.logback:logback-core:EPL-1.0_OR_LGPL-2.1:
9
+ - '*':
10
+ reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
11
+ expires: '2030-01-01T00:00:00.000Z'
12
+ SNYK:LIC:MAVEN:JUNIT:JUNIT:EPL-1.0:
13
+ - '*':
14
+ reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
15
+ expires: '2030-01-01T00:00:00.000Z'
You can’t perform that action at this time.
0 commit comments