{"id":24485781,"url":"https://github.com/debug-ing/go-vuln-scanner","last_synced_at":"2025-07-16T13:04:51.185Z","repository":{"id":268512864,"uuid":"904590892","full_name":"debug-ing/go-vuln-scanner","owner":"debug-ing","description":"Go Vulnerability Scanner GitHub Action 🚀","archived":false,"fork":false,"pushed_at":"2024-12-17T07:45:12.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T21:49:32.545Z","etag":null,"topics":["github-action","github-action-vulnerability","go","go-vulnerability-scanner","vulnerability-scanner"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/debug-ing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-17T07:27:51.000Z","updated_at":"2024-12-23T20:00:53.000Z","dependencies_parsed_at":"2024-12-18T06:48:14.537Z","dependency_job_id":null,"html_url":"https://github.com/debug-ing/go-vuln-scanner","commit_stats":null,"previous_names":["debug-ing/go-vuln-scanner"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/debug-ing/go-vuln-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debug-ing%2Fgo-vuln-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debug-ing%2Fgo-vuln-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debug-ing%2Fgo-vuln-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debug-ing%2Fgo-vuln-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/debug-ing","download_url":"https://codeload.github.com/debug-ing/go-vuln-scanner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/debug-ing%2Fgo-vuln-scanner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265512077,"owners_count":23779858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-action","github-action-vulnerability","go","go-vulnerability-scanner","vulnerability-scanner"],"created_at":"2025-01-21T14:19:59.297Z","updated_at":"2025-07-16T13:04:51.121Z","avatar_url":"https://github.com/debug-ing.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Vulnerability Scanner GitHub Action 🚀\n\nEasily scan your Go projects for known vulnerabilities using the govulncheck tool provided by golang.org/x/vuln. This GitHub Action integrates seamlessly into your CI/CD pipeline, ensuring your dependencies are up-to-date and free from security risks.\n\n\n## Usage\nAdd the following workflow file to your project:\n\n.github/workflows/go-vuln-scan.yml:\n\n```\nname: Go Vulnerability Scan\n\non:\n  push:\n    branches:\n      - main\n  pull_request:\n    branches:\n      - main\n\njobs:\n  vuln-scan:\n    name: Run Go Vulnerability Scanner\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout Code\n        uses: actions/checkout@v4\n\n      - name: Run Go Vulnerability Scanner\n        uses: debug-ing/go-vuln-scanner@v1.0.0\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebug-ing%2Fgo-vuln-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebug-ing%2Fgo-vuln-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebug-ing%2Fgo-vuln-scanner/lists"}