-
Notifications
You must be signed in to change notification settings - Fork 40
Remove CR_PAT secret from vuln-check workflows #2916
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
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
komamitsu
left a comment
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.
LGTM! 👍
brfrn169
left a comment
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.
LGTM! Thank you!
jnmt
left a comment
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.
LGTM, thank you!
feeblefakie
left a comment
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.
LGTM! Thank you!
Description
This PR removes the
CR_PATsecret from all vulnerability check workflows as it is no longer required.Related issues and/or PRs
Changes made
CR_PATsecret requirement fromvuln-check.yamlworkflowCR_PATsecret passing frommanual-vuln-check.yamlworkflowCR_PATsecret passing from all jobs inscheduled-vuln-check.yamlworkflowChecklist
Additional notes
This PR depends on scalar-labs/actions#23, which must be merged first.
Release notes
Removed the
CR_PATsecret from all vulnerability check workflows.