Skip to content

Merge branch 'master' into prowler-issue-8972

49280b8
Select commit
Loading
Failed to load commit list.
Open

feat: Scan Results Import Feature #9704

Merge branch 'master' into prowler-issue-8972
49280b8
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jan 1, 2026 in 5s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/master was not found:

Actions workflow (ui-codeql.yml)

  • ❓  /language:javascript

New alerts in code changed by this pull request

  • 1 warning
  • 4 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 61 in ui/components/scans/scan-import/scan-import-progress.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'isActive' always evaluates to false.

Check notice on line 383 in api/src/backend/api/parsers/ocsf_parser.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 609 in api/src/backend/api/tests/test_scan_import_view.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable _tenant is not used.

Check notice on line 884 in api/src/backend/api/tests/test_scan_import_view.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable _tenant is not used.

Check notice on line 2515 in api/src/backend/api/tests/test_scan_import_view.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable _tenant is not used.