We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bcbbb commit e9fb57cCopy full SHA for e9fb57c
srs.yaml
@@ -0,0 +1,19 @@
1
+# SRS configuration file
2
+# Generated from .fossa.yml
3
+#
4
+# WARNING: The following FOSSA features are NOT supported in SRS
5
+# (only skip-files and skip-dirs are supported for now):
6
7
+# - targets.only: ['gomod', 'maven', 'setuptools']
8
+# FOSSA was configured to scan only 'gomod, maven, setuptools' packages.
9
+# SRS will scan ALL package managers in this repository.
10
+# This may result in additional findings compared to FOSSA.
11
12
+
13
+scan:
14
+ scanners:
15
+ - vuln
16
+ - license
17
+ skip-dirs:
18
+ - examples
19
+ - tests
0 commit comments