Skip to content
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

feat(ci): Add govulncheck as ci workflow #4623

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

gansheer
Copy link
Contributor

Ref #3753

Motivation

Adding the govulncheck tool to the project CI will provides more visibility on vulnerabilities of the golang code.

Description

The govulncheck looks into the dependencies but also how they are used in the code. As a result, it has been activated for any change on not only in go.mod/go.sum files but also on any golang file (*.go) changed.

It is active on PRs and main/release branches changes.

For now I decided not to use the recently created github action as I plan to see if other security tools like gosec could be added.

Release Note

feat(ci): Add govulncheck as ci workflow

@squakez squakez merged commit d452b04 into apache:main Jul 31, 2023
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants