diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1825267..55560f7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,4 +22,10 @@ steps: applicationType: 'java' fortifyBuildId: 'Test' scaVerbose: true +- task: FortifyScanCentralSAST@7 + inputs: + scanCentralClientToken: '$(ScanCentral.ClientToken)' + sscUrl: 'https://pg6-w19-sql02.fortifylab.net/ssc' + sscCiToken: '$(ScanCentral.SscCiToken)' + buildTool: 'mvn' fortifyScanType: 'LocalScan' \ No newline at end of file