Skip to content

Commit e69e6c7

Browse files
Migrate from FOSSA to SRS configuration (signalfx#2685)
1 parent 097af41 commit e69e6c7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

srs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
# - experimental.gradle.configurations-only: ['runtimeClasspath', 'runtime', 'runtimeOnly', 'runtimeOnlyDependenciesMetadata']
8+
# FOSSA was configured to scan only Gradle configurations: ['runtimeClasspath', 'runtime', 'runtimeOnly', 'runtimeOnlyDependenciesMetadata']
9+
# SRS does not support Gradle configuration filtering.
10+
# Only 'compileClasspath', 'runtimeClasspath' configurations will be scanned.
11+
#
12+
13+
scan:
14+
scanners:
15+
- vuln
16+
- license

0 commit comments

Comments
 (0)