-
Notifications
You must be signed in to change notification settings - Fork 12
Fix workflow documentation #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This resolves: advanced-security#227 The documented workflow fails to upload the SARIF file because it references the wrong property, causing the file not to be found. This update corrects that issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a documentation issue in the workflow example where the SARIF file upload was failing due to incorrect property references. The fix ensures the workflow properly uploads CodeQL analysis results.
- Updates the step ID from
codeql_iactocodeqlfor consistency - Corrects the SARIF file reference from
sariftosarif-resultsto match the actual output property - Adds configuration to preserve the CodeQL tool name in SARIF output
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Clarify comment regarding tool name display for CodeQL.
This resolves: #227
The documented workflow fails to upload the SARIF file because it references the wrong property, causing the file not to be found. This update corrects that issue.