Use a configuration file
APK scanner configuration file
General configuration file keys Here is a simple and recommended overview of the general configuration file keys. Remember that this applies to all of Fluid Attacks' scanners. namespace: myapp output: file_path: ./Fluid-Attacks-Results.csv format: ...
CSPM scanner configuration file
General configuration file keys Here is a simple and recommended overview of the general configuration file keys. Remember that this applies to all of Fluid Attacks' scanners. namespace: myapp output: file_path: ./Fluid-Attacks-Results.csv format: ...
DAST scanner configuration file
General configuration file keys Here is a simple and recommended overview of the general configuration file keys. Remember that this applies to all of Fluid Attacks' scanners. namespace: myapp output: file_path: ./Fluid-Attacks-Results.csv format: ...
SCA scanner configuration file
General configuration file keys Here is a simple and recommended overview of the general configuration file keys. Remember that this applies to all of Fluid Attacks' scanners. namespace: myapp output: file_path: ./Fluid-Attacks-Results.csv format: ...
SAST scanner configuration file
General configuration file keys Here is a simple and recommended overview of the general configuration file keys. Remember that this applies to all of Fluid Attacks' scanners. namespace: myapp output: file_path: ./Fluid-Attacks-Results.csv format: ...
Scan with a configuration file
The most flexible way to run any of Fluid Attacks' scanners is with a YAML configuration file. This configuration file allows you flexibility and adaptability according to your specific needs. Here is a simple example showing the recommended ...