We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f119c commit 767dbc5Copy full SHA for 767dbc5
src/scans/tools/sast_tool.rs
@@ -23,6 +23,8 @@ impl SastTool {
23
if verbose {
24
println!("[+] Running SAST scan on path: {}", _path.clone());
25
}
26
+ println!("Commit ID: {:?}", _commit_id);
27
+ println!("Branch: {:?}", _branch);
28
if !std::path::Path::new("/tmp/app").exists() {
29
if _path.starts_with("http") {
30
0 commit comments