Skip to content

Commit

Permalink
Merge pull request #20 from ggildong/master
Browse files Browse the repository at this point in the history
fix: change path expression for data access
  • Loading branch information
ggildong authored Aug 29, 2024
2 parents 646e620 + f9985b7 commit 1178ede
Showing 1 changed file with 5 additions and 32 deletions.
37 changes: 5 additions & 32 deletions src/plugin/metadata/prowler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ table:
is_optional: true
- Description: data.description
is_optional: true
- Supported: data.supported
- Supported by: data.supported
type: boolean
- Status: data.status
type: enum
Expand All @@ -57,42 +57,12 @@ table:
- Severity: data.severity
- Service: data.service

widget:
- name: Total Count
options:
value_options:
key: value
options:
default: 0.0
query:
aggregate:
- count:
name: value
filter: []
type: summary
- name: Failed Count
options:
value_options:
key: value
options:
default: 0.0
query:
aggregate:
- count:
name: value
filter:
- key: data.status
operator: eq
value: FAIL
type: summary

tabs.0:
name: Checks
type: query-search-table
sort:
key: data.checks.status
desc: false
root_path: data.checks
fields:
- Requirement ID: data.requirement_id
- Check Title: data.checks.check_title
Expand Down Expand Up @@ -134,6 +104,10 @@ tabs.0:
label: PASS
INFO:
label: INFO
SKIP:
label: SKIP
UNKNOWN:
label: UNKNOWN
- key: data.checks.severity
name: Severity
enums:
Expand All @@ -156,7 +130,6 @@ tabs.1:
key: data.findings.status
desc: false
type: query-search-table
root_path: data.findings
fields:
- Requirement ID: data.requirement_id
- Check Title: data.findings.check_title
Expand Down

0 comments on commit 1178ede

Please sign in to comment.