Skip to content

Commit

Permalink
Update SCAScan.java
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalhcl-5960 authored Nov 17, 2023
1 parent 7a29b9b commit 4a7bc2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public String getType() {
}

@Override
public void submitScan() {
protected void submitScan() {
setScanId(getServiceProvider().createAndExecuteScan(CoreConstants.SCA, getProperties()));
}
}

0 comments on commit 4a7bc2b

Please sign in to comment.