forked from mirrors/kingfisher
v1.80.0
This commit is contained in:
parent
ec8761c451
commit
2866367c2e
18 changed files with 49 additions and 24 deletions
|
|
@ -159,6 +159,7 @@ fn run_skiplist(skip_regex: Vec<String>, skip_skipword: Vec<String>) -> Result<u
|
|||
no_ignore_if_contains: false,
|
||||
validation_retries: 1,
|
||||
validation_timeout: 10,
|
||||
full_validation_response: false,
|
||||
};
|
||||
|
||||
let global_args = GlobalArgs {
|
||||
|
|
|
|||
|
|
@ -159,6 +159,7 @@ fn test_bitbucket_remote_scan() -> Result<()> {
|
|||
no_ignore_if_contains: false,
|
||||
validation_retries: 1,
|
||||
validation_timeout: 10,
|
||||
full_validation_response: false,
|
||||
};
|
||||
|
||||
let global_args = GlobalArgs {
|
||||
|
|
|
|||
|
|
@ -179,6 +179,7 @@ rules:
|
|||
no_ignore_if_contains: false,
|
||||
validation_retries: 1,
|
||||
validation_timeout: 10,
|
||||
full_validation_response: false,
|
||||
};
|
||||
|
||||
let global_args = GlobalArgs {
|
||||
|
|
|
|||
|
|
@ -166,6 +166,7 @@ fn test_github_remote_scan() -> Result<()> {
|
|||
no_ignore_if_contains: false,
|
||||
validation_retries: 1,
|
||||
validation_timeout: 10,
|
||||
full_validation_response: false,
|
||||
};
|
||||
// Create global arguments
|
||||
let global_args = GlobalArgs {
|
||||
|
|
|
|||
|
|
@ -164,6 +164,7 @@ fn test_gitlab_remote_scan() -> Result<()> {
|
|||
no_ignore_if_contains: false,
|
||||
validation_retries: 1,
|
||||
validation_timeout: 10,
|
||||
full_validation_response: false,
|
||||
};
|
||||
|
||||
let global_args = GlobalArgs {
|
||||
|
|
@ -328,6 +329,7 @@ fn test_gitlab_remote_scan_no_history() -> Result<()> {
|
|||
view_report: false,
|
||||
validation_retries: 1,
|
||||
validation_timeout: 10,
|
||||
full_validation_response: false,
|
||||
};
|
||||
|
||||
let global_args = GlobalArgs {
|
||||
|
|
|
|||
|
|
@ -142,6 +142,7 @@ async fn test_redact_hashes_finding_values() -> Result<()> {
|
|||
no_ignore_if_contains: false,
|
||||
validation_retries: 1,
|
||||
validation_timeout: 10,
|
||||
full_validation_response: false,
|
||||
};
|
||||
|
||||
let global_args = GlobalArgs {
|
||||
|
|
|
|||
|
|
@ -147,6 +147,7 @@ impl TestContext {
|
|||
no_ignore_if_contains: false,
|
||||
validation_retries: 1,
|
||||
validation_timeout: 10,
|
||||
full_validation_response: false,
|
||||
};
|
||||
|
||||
let loaded = RuleLoader::from_rule_specifiers(&scan_args.rules).load(&scan_args)?;
|
||||
|
|
@ -297,6 +298,7 @@ async fn test_scan_slack_messages() -> Result<()> {
|
|||
view_report: false,
|
||||
validation_retries: 1,
|
||||
validation_timeout: 10,
|
||||
full_validation_response: false,
|
||||
};
|
||||
|
||||
let global_args = GlobalArgs {
|
||||
|
|
|
|||
|
|
@ -222,6 +222,7 @@ async fn test_validation_cache_and_depvars() -> Result<()> {
|
|||
no_ignore_if_contains: false,
|
||||
validation_retries: 1,
|
||||
validation_timeout: 10,
|
||||
full_validation_response: false,
|
||||
};
|
||||
|
||||
/* --------------------------------------------------------- *
|
||||
|
|
|
|||
|
|
@ -165,6 +165,7 @@ impl TestContext {
|
|||
no_ignore_if_contains: false,
|
||||
validation_retries: 1,
|
||||
validation_timeout: 10,
|
||||
full_validation_response: false,
|
||||
};
|
||||
|
||||
let loaded = RuleLoader::from_rule_specifiers(&scan_args.rules)
|
||||
|
|
@ -302,6 +303,7 @@ impl TestContext {
|
|||
no_ignore_if_contains: false,
|
||||
validation_retries: 1,
|
||||
validation_timeout: 10,
|
||||
full_validation_response: false,
|
||||
};
|
||||
|
||||
let global_args = GlobalArgs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue