forked from smartbugs/smartbugs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site_cfg.yaml
36 lines (36 loc) · 832 Bytes
/
site_cfg.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#files: []
## $HOME or ${HOME} is replaced by the home dir of the current user
#
#runtime: false
#
#main: false
#
#tools: []
#
#runid: ${YEAR}${MONTH}${DAY}_${HOUR}${MIN}
## vars: YEAR, MONTH, DAY, HOUR, MIN, SEC, ZONE,
## HOME, PID, SBVERSION, SBHOME
#
#overwrite: false
#
#processes: 1
#
#timeout: 0 # [s] 0/null = no timeout enforced, tool default applies
#
#cpu-quota: 0 # 0/null = no quota
#
#mem-limit: 0 # "512m" or "4g" 0/null = no quota
#
#results: results/${TOOL}/${RUNID}/${FILENAME}
## vars: all vars from "runid" above, as well as RUNID,
## TOOL, MODE (solidity, bytecode, runtime), ABSDIR, RELDIR,
## FILENAME, FILEBASE, FILEEXT (FILENAME = FILEBASE + "." + FILEEXT)
#
#log: results/logs/${RUNID}.log
## vars: all vars from "runid" above, as well as RUNID
#
#json: false
#
#sarif: false
#
#quiet: false