mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
14 lines
544 B
Plaintext
14 lines
544 B
Plaintext
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
|
version: v1.14.1
|
|
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
|
|
ignore:
|
|
'snyk:lic:pip:ansible:GPL-3.0':
|
|
- '*':
|
|
reason: 'Not a shipped or linked dependency, only retrieved at run-time.'
|
|
expires: 2022-03-01T00:00:00.000Z
|
|
'snyk:lic:pip:ansible-base:GPL-3.0':
|
|
- '*':
|
|
reason: 'Not a shipped or linked dependency, only retrieved at run-time.'
|
|
expires: 2022-03-01T00:00:00.000Z
|
|
patch: {}
|