Skip to content

Commit 1fadfda

Browse files
author
GuillermoGT
authored
Merge pull request #714 from amido/fix/update-build-number
fix: Updates version number reference
2 parents 685e5e9 + 3e0bde3 commit 1fadfda

File tree

4 files changed

+50
-3
lines changed

4 files changed

+50
-3
lines changed

api-tests-karate/.snyk

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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'

api-tests/.snyk

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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'

build/azDevOps/azure/azure-pipelines-javaspring-k8s.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ variables:
9090
value: 0
9191
- name: version_patch
9292
value: 0
93+
- name: version_number
94+
value: $(version_major).$(version_minor).$(version_patch)
9395

9496
# PR / Branch vars
9597
- name: source_branch_ref
@@ -813,8 +815,8 @@ stages:
813815
script: |
814816
git config user.name "BuildService"
815817
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}
818820
env:
819821
COMPANY: $(company)
820822

@@ -824,4 +826,4 @@ stages:
824826
inputs:
825827
gitHubConnection: $(github_release_service_connection)
826828
repositoryName: $(github_org)/$(self_repo)
827-
tag: $(Build.BuildNumber)
829+
tag: $(version_number)

java/.snyk

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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'

0 commit comments

Comments
 (0)