Add govulncheck CI workflow#97
Conversation
| runs-on: ubuntu-latest | ||
| steps: | ||
| - id: govulncheck | ||
| uses: golang/govulncheck-action@v1 |
There was a problem hiding this comment.
does this do symbol level by default, or only package level?
There was a problem hiding this comment.
I believe it does symbol level by default.
There was a problem hiding this comment.
OK, I'd like to make sure it is symbol level to cut down noise.
There was a problem hiding this comment.
AIUI in Kubernetes it is only running at the package level.
There was a problem hiding this comment.
Govulncheck does symbol-level analysis by default, it traces call graphs and only reports vulns in functions the code actually calls. From the docs: "It uses static analysis of source code or a binary's symbol table to narrow down reports to only those that could affect the application."
The GHA is running with the default behavior AIUI.
646d703 to
819c706
Compare
819c706 to
516cecb
Compare
|
Skim — clean addition; the minimal-scope One observation worth raising before this lands:
Q: is the schedule-only shape intentional (e.g. to defer the cost of a PR-time check until governance lands), or would you accept a follow-up adding the PR-trigger? |
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
516cecb to
adab727
Compare
1681b43
into
agent-substrate:main
No description provided.