Skip to content

ci: add automated vulnerability scanning workflow#83

Merged
sgaunet merged 1 commit intomainfrom
55-commit-vulnerability-scan-workflow
Jan 6, 2026
Merged

ci: add automated vulnerability scanning workflow#83
sgaunet merged 1 commit intomainfrom
55-commit-vulnerability-scan-workflow

Conversation

@sgaunet
Copy link
Owner

@sgaunet sgaunet commented Jan 6, 2026

Add monthly scheduled vulnerability scans using govulncheck to detect
known security issues in Go dependencies and code.

  • Run on push/PR to main branch
  • Monthly scheduled scan (1st of each month at 2 AM)
  • Manual trigger support via workflow_dispatch
  • Uses golang/govulncheck-action for comprehensive scanning

Fixes #55

Add monthly scheduled vulnerability scans using govulncheck to detect
known security issues in Go dependencies and code.

- Run on push/PR to main branch
- Monthly scheduled scan (1st of each month at 2 AM)
- Manual trigger support via workflow_dispatch
- Uses golang/govulncheck-action for comprehensive scanning

Fixes #55
@sgaunet sgaunet self-assigned this Jan 6, 2026
@sgaunet sgaunet linked an issue Jan 6, 2026 that may be closed by this pull request
7 tasks
@sgaunet sgaunet added the cicd CI/CD related issues label Jan 6, 2026
@sgaunet sgaunet merged commit f193c9f into main Jan 6, 2026
3 checks passed
@sgaunet sgaunet deleted the 55-commit-vulnerability-scan-workflow branch January 6, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cicd CI/CD related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Commit vulnerability scan workflow

1 participant