forked from mirrors/kingfisher
Updated kingfisher scan to accept Git repository URLs as positional targets (for example kingfisher scan github.com/org/repo or kingfisher scan https://gitlab.com/group/project.git) without requiring --git-url.
This commit is contained in:
parent
a76b8eb544
commit
0ae4e8445c
25 changed files with 333 additions and 87 deletions
|
|
@ -165,6 +165,8 @@ fn test_github_remote_scan() -> Result<()> {
|
|||
extra_ignore_comments: Vec::new(),
|
||||
no_inline_ignore: false,
|
||||
no_ignore_if_contains: false,
|
||||
view_report_port: 7890,
|
||||
view_report_address: "127.0.0.1".to_string(),
|
||||
validation_retries: 1,
|
||||
validation_rps: None,
|
||||
validation_rps_rule: Vec::new(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue