You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The cloud posture result interface allows filtering by benchmark type; however in the filter the value is SOC2 while in the scan result is SOC_2 , and therefore applying such filter will show no results.
To Reproduce
Steps to reproduce the behavior:
Go to Posture
Click on AWS
Click on one Account (assuming that there is a SOC2 scan result)
Select filter and pick SOC2
No results are diplayed
Expected behavior
Selecting SOC2 should filter by SOC2 benchmark type and show the correct results
Components/Services affected
UI/Frontend
API/Backend
Agent
Deployment/YAMLs
CI/CD Integration
Other (specify)
Additional context
A quick fix would be to replace the SOC2 with SOC_2 in ComplianceScanConfigureForm.tsx
Describe the bug
The cloud posture result interface allows filtering by benchmark type; however in the filter the value is SOC2 while in the scan result is SOC_2 , and therefore applying such filter will show no results.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Selecting SOC2 should filter by SOC2 benchmark type and show the correct results
Components/Services affected
Additional context
A quick fix would be to replace the SOC2 with SOC_2 in ComplianceScanConfigureForm.tsx
The text was updated successfully, but these errors were encountered: