-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfortify.config
More file actions
26 lines (23 loc) · 796 Bytes
/
fortify.config
File metadata and controls
26 lines (23 loc) · 796 Bytes
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
# Translation options
[translation]
-exclude data
-exclude test
-exclude etc
# Scan options
[scan]
-scan-policy Security
-rules .\etc\sast-custom-rules\example-custom-rules.xml
# SSC Upload options (uncomment and configure to enable FPR upload)
# Configuration precedence: Environment Variables > Config File > Script Parameters
# Environment variables: SSC_URL, SSC_AUTH_TOKEN, SSC_APP_NAME, SSC_APP_VERSION_NAME
[ssc]
#SSCUrl=YOUR_SSC_URL_HERE
#SSCAuthToken=YOUR_SSC_TOKEN_HERE
AppName=InsecureRestAPI
AppVersion=main
# Aviator Audit options (uncomment and configure to enable Aviator audit functionality)
# Environment variables: AVIATOR_URL, AVIATOR_TOKEN, AVIATOR_APP_NAME
[aviator]
#AviatorUrl=YOUR_AVIATOR_URL_HERE
#AviatorToken=YOUR_AVIATOR_TOKEN_HERE
AviatorAppName="InsecureRestAPI"