forked from nova-launch01/nova-launch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.snyk
More file actions
28 lines (24 loc) · 879 Bytes
/
Copy path.snyk
File metadata and controls
28 lines (24 loc) · 879 Bytes
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
##############################################################################
# Snyk Policy File — Nova Launch
#
# Controls which vulnerabilities are ignored and for how long.
# All ignores must include a reason and expiry date.
#
# Docs: https://docs.snyk.io/snyk-cli/test-for-vulnerabilities/the-.snyk-file
##############################################################################
version: v1.25.0
# Patch configuration — allow Snyk to apply patches where available
patch: {}
# Ignore rules — add entries here only after security team review.
# Format:
# <vuln-id>:
# - <package-path>:
# reason: <justification>
# expires: <ISO-8601 date>
ignore: {}
# Language settings
language-settings:
javascript:
# Scan both production and dev dependencies
# Dev deps are scanned to catch supply-chain attacks in build tooling
dev: true