Skip to content

Commit

Permalink
Change: run feed-verifier with --nvt-only option
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Jan 24, 2024
1 parent 5277c31 commit b9b0c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/feed-verifier/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ fn main() {
};
let (ncd, nasl_cli) = run_get(
&mut kb,
&format!("{} feed update", nasl_cli.to_str().unwrap_or_default()),
&format!("{} feed update --vts-only", nasl_cli.to_str().unwrap_or_default()),
)
.expect("results");
let mut errors = 0;
Expand Down

0 comments on commit b9b0c7b

Please sign in to comment.