Skip to content

Commit

Permalink
Update SASTScan.java
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalhcl-5960 authored Nov 16, 2023
1 parent b9bfffa commit 7bfb46b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/hcl/appscan/sdk/scanners/sast/SASTScan.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ protected void analyzeIR() throws IOException, ScannerException {
throw new ScannerException(Messages.getMessage(ERROR_SUBMITTING_IRX));
}

public void submitScan() {
setScanId(getServiceProvider().createAndExecuteScan(STATIC_ANALYZER, getProperties()));
}
public void submitScan() {
setScanId(getServiceProvider().createAndExecuteScan(STATIC_ANALYZER, getProperties()));
}

private File getScanLogs() {
if(m_irx == null) {
Expand Down

0 comments on commit 7bfb46b

Please sign in to comment.