We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02eb1ad commit d6f84d8Copy full SHA for d6f84d8
scan-profiles/default-scan-no-notify.emba
@@ -20,6 +20,7 @@ export SHORT_PATH=1
20
export HTML=1
21
export QEMULATION=1
22
export DISABLE_NOTIFICATIONS=1
23
+export MODULE_BLACKLIST=( "S15_radare_decompile_checks" "S99_grepit" "S110_yara_check" )
24
25
# we output the profile only at the beginning - outside the docker environment
26
if [[ $IN_DOCKER -ne 1 ]] ; then
0 commit comments