Skip to content

Commit

Permalink
Added audit_report as a resource type
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam committed Jul 3, 2024
1 parent 904f53a commit c348c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsad_validator.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ init_validator ()
gvm_validator_add (validator, "port_range_id", "^[a-z0-9\\-]+$");
gvm_validator_add (
validator, "resource_type",
"^(alert|asset|cert_bund_adv|config|cpe|credential|cve|dfn_cert_adv|"
"^(alert|asset|audit_report|cert_bund_adv|config|cpe|credential|cve|dfn_cert_adv|"
"filter|group|host|info|nvt|note|os|ovaldef|override|permission|port_list|"
"report|report_config|report_format|result|role|scanner|schedule|tag|"
"target|task|ticket|"
Expand Down

0 comments on commit c348c4d

Please sign in to comment.