Open jitendrachandelPB opened 1 month ago
Hi @jitendrachandelPB
Apologies for the delayed response, this issue slipped my inbox somehow just noticed it.
From your logs I can see you aren't getting any error, those are just warnings, you can ignore in dev mode, and build was successful, you can get hela binary in targets folder. Let me know if you face any other issues with this.
installing error on Ubuntu
db_name
--> src/utils/common.rs:142:5_db_name
warning: unused variable:
sast_count
--> src/utils/pipeline.rs:142:13 | 142 | let sast_count = 0; | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore:_sast_count
warning: unused variable: = Vec::new();
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore:
messages
--> src/utils/pipeline.rs:143:13 | 143 | let messages: Vec_messages
found_sca_issues
is assigned to, but never used --> src/utils/pipeline.rs:207:17found_sca_issues
is never read --> src/utils/pipeline.rs:211:17warning: unused variable:
sca_count
--> src/utils/pipeline.rs:336:21 | 336 | let sca_count = 0; | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore:_sca_count
found_sca_issues
is assigned to, but never used --> src/utils/pipeline.rs:385:25found_sca_issues
is never read --> src/utils/pipeline.rs:392:25warning: unused variable:
secret_count
--> src/utils/pipeline.rs:488:13 | 488 | let secret_count = 0; | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore:_secret_count
policy_yaml
is never read --> src/utils/pipeline.rs:845:17warning: unused variable:
host
--> src/utils/pipeline.rs:1307:9 | 1307 | let host = repo_url.host_str().unwrap_or("github.com"); | ^^^^ help: if this is intentional, prefix it with an underscore:_host
warning:
Hela
(bin "Hela" test) generated 11 warnings warning:Hela
(bin "Hela") generated 11 warnings (11 duplicates) Finisheddev
profile [unoptimized + debuginfo] target(s) in 28.75s Thecargo fix
command has successfully applied fixes