-
Notifications
You must be signed in to change notification settings - Fork 1
fix: add go mod replacements for vulnerable dependencies #178
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
hmm you actually can't run the vuln check against a branch huh? it'd be useful here to confirm this actually resolves the issues |
can you fix the medium |
Good point! I updated the action in this PR. |
Verified here: https://github.com/observeinc/observe-agent/actions/runs/13951985810 |
.github/workflows/vuln-check.yaml
Outdated
@@ -2,7 +2,16 @@ name: Docker Image Vulnerability Check | |||
|
|||
on: | |||
workflow_dispatch: | |||
inputs: | |||
branch: | |||
description: "The branch to create nightly release based on" |
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.
This description is incorrect
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.
small fix to description of input, otherwise lgtm
9a0ba37
to
5ed65ab
Compare
Description
Add go mod replacements for vulnerable dependencies.
This addresses issues found here: https://github.com/observeinc/observe-agent/actions/runs/13932332963