-
Notifications
You must be signed in to change notification settings - Fork 59
ADD govluncheck action #493
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
TestsPlease note that running unit and e2e tests requires manual approval from a team member. e2e testsWe use labels to control which e2e tests contexts are run:
ℹ️ Ask a team member to add the requested labels if you don't have enough permissions. |
|
Is dependabot insufficient? |
We have agreed long before to add this. |
|
|
No vulnerabilities found. |
|
| govulncheck: | ||
| name: vulncheck | ||
| runs-on: ubuntu-latest | ||
| permissions: write-all |
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.
Use a more fine-grained permission.







This PR adds govluncheck action to check for CVEs in go packages.
Fixes #487