-
Notifications
You must be signed in to change notification settings - Fork 49
ci: use centralized vuln remediation workflow from infra #206
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?
Changes from all commits
f48d645
c5cfb26
1845777
0b5bcf5
3754406
80546a7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| name: Vulnerability Remediation | ||
|
|
||
| on: | ||
| schedule: | ||
| - cron: '0 3 * * 3' | ||
| workflow_dispatch: | ||
|
|
||
| permissions: | ||
| contents: write | ||
| pull-requests: write | ||
|
|
||
| jobs: | ||
| remediate: | ||
| uses: kernel/security-workflows/.github/workflows/vuln-remediation.yml@main | ||
| with: | ||
| go-version-file: 'server/go.mod' | ||
| secrets: inherit | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mutable branch ref for secrets-inheriting reusable workflowMedium Severity The reusable workflow at Reviewed by Cursor Bugbot for commit 0b5bcf5. Configure here. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| version: 2 | ||
| projectIgnorePaths: | ||
| - "shared/cdp-test/" | ||
| - "images/chromium-headful/client/" |


Uh oh!
There was an error while loading. Please reload this page.