설정 파일 경로 : Fortify SCA 설치경로\Core\config\fortify-sca.properties
설정 변경 예제 : 소스 파일 확장자가 .biz일 경우, 아래 노란색 표시 부분처럼 변경 후 소스 재분석(예제 fpr 첨부, 참조바람)
com.fortify.sca.DefaultFileTypes=java,jsp,jspx,tag,tagx,tld,sql,cfm,php,phtml,ctp,pks,pkh,pkb,xml,config,settings,properties,dll,exe,inc,asp,vbscript,js,ini,bas,cls,vbs,frm,ctl,html,htm,xsd,wsdd,xmi,py,cfml,cfc,abap,xhtml,cpx,xcfg,jsff,as,mxml,cbl,cscfg,csdef,wadcfg,appxmanifest,wsdl,plist,biz
# Custom Rules
#
# This property controls what directory is searched to pick up custom rules. If it is set, the default
# (Core/config/customrules) will not be searched
#com.fortify.sca.CustomRulesDir=${com.fortify.Core}/config/customrules
# File Extensions
#
# These properties tell SCA how to treat different file extensions.
# This list can be added to so that SCA will understand new file extensions.
#
# allowed types are: JAVA, JSP, JSPX, PLSQL, TSQL, SQL, XML, JAVA_PROPERTIES, MSIL, CFML
com.fortify.sca.fileextensions.biz = JSP
com.fortify.sca.fileextensions.java = JAVA
com.fortify.sca.fileextensions.jsp = JSP
com.fortify.sca.fileextensions.tag = JSP
com.fortify.sca.fileextensions.tagx = JSP