Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions api-tests-karate/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.0
ignore:
snyk:lic:maven:ch.qos.logback:logback-classic:EPL-1.0_OR_LGPL-2.1:
- '*':
reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
expires: '2030-01-01T00:00:00.000Z'
snyk:lic:maven:ch.qos.logback:logback-core:EPL-1.0_OR_LGPL-2.1:
- '*':
reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
expires: '2030-01-01T00:00:00.000Z'
SNYK:LIC:MAVEN:JUNIT:JUNIT:EPL-1.0:
- '*':
reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
expires: '2030-01-01T00:00:00.000Z'
15 changes: 15 additions & 0 deletions api-tests/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.0
ignore:
snyk:lic:maven:ch.qos.logback:logback-classic:EPL-1.0_OR_LGPL-2.1:
- '*':
reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
expires: '2030-01-01T00:00:00.000Z'
snyk:lic:maven:ch.qos.logback:logback-core:EPL-1.0_OR_LGPL-2.1:
- '*':
reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
expires: '2030-01-01T00:00:00.000Z'
SNYK:LIC:MAVEN:JUNIT:JUNIT:EPL-1.0:
- '*':
reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
expires: '2030-01-01T00:00:00.000Z'
8 changes: 5 additions & 3 deletions build/azDevOps/azure/azure-pipelines-javaspring-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ variables:
value: 0
- name: version_patch
value: 0
- name: version_number
value: $(version_major).$(version_minor).$(version_patch)

# PR / Branch vars
- name: source_branch_ref
Expand Down Expand Up @@ -813,8 +815,8 @@ stages:
script: |
git config user.name "BuildService"
git config user.email "builder@${COMPANY}.com"
git tag -a v${BUILD_BUILDNUMBER} -m "Release created by Azure DevOps"
git push origin v${BUILD_BUILDNUMBER}
git tag -a v${VERSION_NUMBER} -m "Release created by Azure DevOps"
git push origin v${VERSION_NUMBER}
env:
COMPANY: $(company)

Expand All @@ -824,4 +826,4 @@ stages:
inputs:
gitHubConnection: $(github_release_service_connection)
repositoryName: $(github_org)/$(self_repo)
tag: $(Build.BuildNumber)
tag: $(version_number)
15 changes: 15 additions & 0 deletions java/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.14.0
ignore:
snyk:lic:maven:ch.qos.logback:logback-classic:EPL-1.0_OR_LGPL-2.1:
- '*':
reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
expires: '2030-01-01T00:00:00.000Z'
snyk:lic:maven:ch.qos.logback:logback-core:EPL-1.0_OR_LGPL-2.1:
- '*':
reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
expires: '2030-01-01T00:00:00.000Z'
SNYK:LIC:MAVEN:JUNIT:JUNIT:EPL-1.0:
- '*':
reason: Use of the library is consistent with commercial use as we are not making changes, only consuming it as part of commercial work.
expires: '2030-01-01T00:00:00.000Z'