Skip to content

proposal: govulncheck-action: support for cache-dependency-path input #71247

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

Closed
AlexLaviolette opened this issue Jan 13, 2025 · 5 comments
Closed
Assignees
Labels
Proposal ToolProposal Issues describing a requested change to a Go tool or command-line program.
Milestone

Comments

@AlexLaviolette
Copy link

Proposal Details

Currently, when using the golang/govulncheck-action action, there is no way to specify the cache-dependency-path. cache-dependency-path is used by actions/setup-go for cases when multiple dependency files are used, or they are located in different subdirectories.

Since govulncheck-action calls setup-go without this input, it is very inefficient in cases where cache-dependency-path would be used.

This has already been raised in a now closed PR, but the solution in the PR is still valid.

@gopherbot gopherbot added this to the Proposal milestone Jan 13, 2025
@gabyhelp gabyhelp added the ToolProposal Issues describing a requested change to a Go tool or command-line program. label Jan 13, 2025
@ianlancetaylor
Copy link
Contributor

CC @golang/vulndb

@ianlancetaylor ianlancetaylor moved this to Incoming in Proposals Jan 13, 2025
@zpavlinovic zpavlinovic self-assigned this Jan 13, 2025
@zpavlinovic
Copy link
Contributor

Is this a duplicate of #70027?

@AlexLaviolette
Copy link
Author

Yes it appears so

@zpavlinovic
Copy link
Contributor

Thanks, I will try to get to this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Proposal ToolProposal Issues describing a requested change to a Go tool or command-line program.
Projects
Status: Incoming
Development

No branches or pull requests

5 participants