Skip to content

Commit e9fb57c

Browse files
Migrate from FOSSA to SRS configuration (#7266)
1 parent 87bcbbb commit e9fb57c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

srs.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)