Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Output file includes closed findings #3

@svanschie

Description

@svanschie

After the scan is finished, the GetFindings call is used to retrieve the findings of the scan. When doing a revised scan after resolving some findings in your code, this API call still returns the (now closed) findings and are marked with status=Closed.

This status currently isn't actively used by the codeguru Python module in the Docker image. Because of this, the output file generated includes closed findings. The SARIF and SAST formats however don't include the finding status, so you have no way to differentiate it yourself.

The GetFinding call supports the status argument which allows retrieving only open findings, which I think would be the best solution to resolve the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions