-
Notifications
You must be signed in to change notification settings - Fork 11
chore(ci): add url of the failed wf to the issue body #1561
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
base: main
Are you sure you want to change the base?
Conversation
""" WalkthroughThe GitHub Actions workflow for scanning CVEs was updated to append a URL linking to the specific workflow run page in the issue body created by the Changes
Sequence Diagram(s)sequenceDiagram
participant GitHub Actions
participant createIssue Job
participant User
GitHub Actions->>createIssue Job: Trigger on CVE scan failure
createIssue Job->>createIssue Job: Construct workflow run URL
createIssue Job->>createIssue Job: Append URL to issue body
createIssue Job->>User: Create issue with workflow run link
Possibly related PRs
Suggested reviewers
Poem
""" 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/scan-for-cves.yaml
(1 hunks)
🧰 Additional context used
🪛 GitHub Check: lint github workflows
.github/workflows/scan-for-cves.yaml
[failure] 65-65:
undefined variable "GITHUB_WORKFLOW_URL". available variables are "env", "github", "inputs", "job", "matrix", "needs", "runner", "secrets", "steps", "strategy", "vars"
🪛 GitHub Actions: lint github workflows
.github/workflows/scan-for-cves.yaml
[error] 65-65: actionlint: undefined variable "GITHUB_WORKFLOW_URL". Available variables are "env", "github", "inputs", "job", "matrix", "needs", "runner", "secrets", "steps", "strategy", "vars".
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: wait-for-checks
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.
If I'm not mistaken the original line would result in Last run of CVE scanning failed. Please check $GITHUB_WORKFLOW_URL for more information
instead of expanding it.
Co-authored-by: Chris Werner Rau <[email protected]>
Summary by CodeRabbit