Skip to content

Commit

Permalink
add new scanning configurations for CLI in system_test_mapping.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kooomix committed Jan 9, 2025
1 parent f32b4b5 commit a343582
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions system_test_mapping.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,86 @@

{
"scan_custom_framework_scanning_file_scope_testing": {
"target": [
"CLI"
],
"target_repositories": [],
"description": "",
"skip_on_environment": "",
"owner": "[email protected]"
},
"scan_custom_framework_scanning_cluster_scope_testing": {
"target": [
"CLI"
],
"target_repositories": [],
"description": "",
"skip_on_environment": "",
"owner": "[email protected]"
},
"scan_custom_framework_scanning_cluster_and_file_scope_testing": {
"target": [
"CLI"
],
"target_repositories": [],
"description": "",
"skip_on_environment": "",
"owner": "[email protected]"
},
"scan_local_list_of_files": {
"target": [
"CLI"
],
"target_repositories": [],
"description": "",
"skip_on_environment": "",
"owner": "[email protected]"
},
"scan_local_file": {
"target": [
"CLI"
],
"target_repositories": [],
"description": "",
"skip_on_environment": "",
"owner": "[email protected]"
},
"scan_local_glob_files": {
"target": [
"CLI"
],
"target_repositories": [],
"description": "",
"skip_on_environment": "",
"owner": "[email protected]"
},
"scan_repository": {
"target": [
"CLI"
],
"target_repositories": [],
"description": "",
"skip_on_environment": "",
"owner": "[email protected]"
},
"scan_mitre": {
"target": [
"CLI"
],
"target_repositories": [],
"description": "",
"skip_on_environment": "",
"owner": "[email protected]"
},
"scan_nsa": {
"target": [
"CLI"
],
"target_repositories": [],
"description": "",
"skip_on_environment": "",
"owner": "[email protected]"
},
"relevancy_disabled_installation": {
"target": [
"In cluster",
Expand Down

0 comments on commit a343582

Please sign in to comment.