namespace: myapp
output:
file_path: ./Fluid-Attacks-Results.csv
format: CSV
working_dir: .
language: EN
The following key is available only for the APK scanner.
include
(mandatory): Paths to files or directories to analyzeexclude
(optional): Files or directories to exclude from the analysisapk:
include:
- relative/path/to/directory/
# Optional keys
exclude:
- glob(src/**/test*.apk)
namespace: namespace
working_dir: /test/directory
apk:
include:
- src/main/java/org/test/Test.apk
working_dir
, for example:namespace: namespace
working_dir: /test/directory
apk:
include:
- .
exclude:
- glob(**.java)
- glob(src/**/test*.py)
Below is an example of a highly personalized configuration file:
namespace: my_app
working_dir: ./
commit: e59607b9de3ef4c13d292705fg3da1ff0c67eb38
language: EN
output:
file_path: /fluid-attacks-results.csv
format: CSV
apk:
include:
- glob(**/**.apk)
exclude:
- src/test/test_apk.apk