8000 feat: add govulncheck to run security scan workflow by atilsensalduz · Pull Request #74 · termkit/gama · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: add govulncheck to run security scan workflow #74

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

Merged
merged 3 commits into from
Feb 26, 2025

Conversation

atilsensalduz
Copy link
Contributor

This pull request introduces a new GitHub Actions workflow to integrate govulncheck into the CI pipeline for enhanced security scanning of Go modules.

References:

This commit introduces a new GitHub Actions workflow to run 'govulncheck' for security scanning of Go modules.
The workflow will automatically scan for known vulnerabilities and enhance the security posture of the repository.

References:
- Go Vulnerability Management: https://go.dev/blog/vuln
- Related Issue: termkit#22

Signed-off-by: atilsensalduz <atil.sensalduz@gmail.com>
@canack canack added the feature a new feature label Feb 26, 2025
This commit introduces a new GitHub Actions workflow to run 'gosec' for static code analysis of Go modules.
The workflow will automatically scan the source code for potential security issues and improve the security posture of the repository.

References:
- Gosec Documentation: https://github.com/securego/gosec
- Related Issue: termkit#22

Signed-off-by: atilsensalduz <atil.sensalduz@gmail.com>
This commit introduces a new GitHub Actions workflow to run 'gosec' for static code analysis of Go modules.
The workflow will automatically scan the source code for potential security issues and improve the security posture of the repository.

References:
- Gosec Documentation: https://github.com/securego/gosec
- Related Issue: termkit#22

Signed-off-by: atilsensalduz <atil.sensalduz@gmail.com>
@canack canack merged commit 183feb6 into termkit:main Feb 26, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0