Skip to content

Commit

Permalink
Merge pull request #22 from ggildong/master
Browse files Browse the repository at this point in the history
fix: rename fields
  • Loading branch information
ggildong authored Aug 30, 2024
2 parents 8a0d137 + 7fae267 commit ded9c08
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/plugin/metadata/prowler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ table:
- Description: data.description
is_optional: true
- Automation: data.automation
type: boolean
data_type: boolean
- Status: data.status
type: enum
enums:
Expand Down Expand Up @@ -78,9 +78,8 @@ tabs.0:
- PASS: indigo.500
label: PASS
type: badge
- SKIP: peacock.500
type: badge
- UNKNOWN: gray.500
- MANUAL: peacock.500
label: MANUAL
type: badge
- Findings: data.checks.display.findings
sortable: false
Expand All @@ -102,10 +101,8 @@ tabs.0:
label: PASS
INFO:
label: INFO
SKIP:
label: SKIP
UNKNOWN:
label: UNKNOWN
MANUAL:
label: MANUAL
- key: data.checks.severity
name: Severity
enums:
Expand Down Expand Up @@ -143,9 +140,8 @@ tabs.1:
- PASS: indigo.500
label: PASS
type: badge
- SKIP: peacock.500
type: badge
- UNKNOWN: gray.500
- MANUAL: peacock.500
label: MANUAL
type: badge
- Resource Type: data.findings.resource_type
- Resource: data.findings.resource
Expand All @@ -171,6 +167,8 @@ tabs.1:
label: PASS
INFO:
label: INFO
MANUAL:
label: MANUAL
- key: data.findings.resource_type
name: Resource Type
- key: data.findings.resource
Expand Down

0 comments on commit ded9c08

Please sign in to comment.