-
Notifications
You must be signed in to change notification settings - Fork 1
internal: add CVE check to release job as blocking #171
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
.github/workflows/vuln-check.yaml
Outdated
|
||
distribution: goreleaser-pro | ||
version: 2.4.4 | ||
args: build --snapshot --id=default --skip=validate |
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.
Does the binary we need get built with --single-target
? If so, we can skip other builds to save some cycles.
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.
ill test that out, should be only a single target required
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!
This diff here fixes the go releaser failure fwiw:
https://github.com/observeinc/observe-agent/pull/172/files#diff-7326b55c062b0f46fe9e39aace0a25f4515cf206040fb91a6fd2cae839f5e826
ed4c9a0
to
4df2c0d
Compare
Description
internal: add CVE check to release job as blocking
Checklist