rsdmike / github-security-report-action

MIT License
2 stars 4 forks source link

Security Report Generation Fails with "Not Found" Error After CodeQL Analysis #249

Closed FisherKeyBr closed 1 week ago

FisherKeyBr commented 1 week ago

Description: We are encountering an issue with our security report generation process. After the CodeQL analysis step successfully generates a SARIF file, the process fails with a "Not Found" error when attempting to generate the security report.

Steps to Reproduce:

Run the GitHub Actions workflow that includes CodeQL analysis. CodeQL analysis completes successfully and generates a SARIF file. The workflow locates the generated SARIF file. Immediately after finding the file, the process returns a "Not Found" error.

Expected Behavior: The security report should be generated successfully using the SARIF file produced by CodeQL.

Actual Behavior: The process fails with a "Not Found" error immediately after locating the SARIF file.

Additional Information:

The SARIF file is being generated correctly. The workflow can find the generated SARIF file. Maximum permissions have been granted to the token used in the workflow.

bug

FisherKeyBr commented 1 week ago

The problem was solved