Skip to content

Commit 767dbc5

Browse files
committed
fixed key val issue
1 parent a0f119c commit 767dbc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scans/tools/sast_tool.rs

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ impl SastTool {
2323
if verbose {
2424
println!("[+] Running SAST scan on path: {}", _path.clone());
2525
}
26+
println!("Commit ID: {:?}", _commit_id);
27+
println!("Branch: {:?}", _branch);
2628
if !std::path::Path::new("/tmp/app").exists() {
2729
if _path.starts_with("http") {
2830
if verbose {

0 commit comments

Comments
 (0)