Feature/ort scan integration

This commit is contained in:
Juergen Wischer
2022-10-18 06:42:15 +00:00
committed by Frank Rotermund
parent 672db2606e
commit 9be1447102

9
.ort.yml Normal file
View File

@@ -0,0 +1,9 @@
excludes:
paths:
- pattern: "Gemfile"
reason: "BUILD_TOOL_OF"
comment: "This file contains ruby libs used for building with fastlane"
- pattern: "Gemfile.lock"
reason: "BUILD_TOOL_OF"
comment: "This file contains ruby libs used for building with fastlane"