Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wuxler/ruasec
RuaSec 是一个安全扫描工具,用于扫描镜像、代码、制品等中的安全漏洞。
https://github.com/wuxler/ruasec
Last synced: 3 months ago
JSON representation
RuaSec 是一个安全扫描工具,用于扫描镜像、代码、制品等中的安全漏洞。
- Host: GitHub
- URL: https://github.com/wuxler/ruasec
- Owner: wuxler
- License: apache-2.0
- Created: 2024-02-01T12:20:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T10:22:00.000Z (4 months ago)
- Last Synced: 2024-08-29T11:43:53.178Z (4 months ago)
- Language: Go
- Size: 396 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - wuxler/ruasec - RuaSec 是一个安全扫描工具,用于扫描镜像、代码、制品等中的安全漏洞。 (Go)
README
# RuaSec
[![Go Report Card](https://goreportcard.com/badge/github.com/wuxler/ruasec)](https://goreportcard.com/report/github.com/wuxler/ruasec)
[![codecov](https://codecov.io/github/wuxler/ruasec/graph/badge.svg?token=UJ0PNEM161)](https://codecov.io/github/wuxler/ruasec)
[![Godoc Reference](https://godoc.org/github.com/mattn/go-isatty?status.svg)](https://pkg.go.dev/github.com/wuxler/ruasec?status.svg)
![License Apache2.0](https://img.shields.io/badge/License-Apache2.0-blue.svg)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fwuxler%2Fruasec.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fwuxler%2Fruasec?ref=badge_shield)RuaSec 是一个安全扫描工具,用于扫描镜像、代码、制品等中的安全漏洞。
## Git Commit 规范
参考 [Angular Style](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit) 的提交规范。
- `type` 列表
- `feat` 新功能或者新特性
- `fix` 问题/Bug 修复
- `style` 代码风格修改,不影响运行构建
- `perf` 性能优化
- `refactor` 代码重构
- `test` 测试相关变更,包括添加测试和更正测试
- `docs` 修改文档或者注释
- `chore` 包括依赖变更、构建测试的工具变更等
- `workflow` 工作流改进
- `ci` 持续集成## 变更日志
TBD
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=wuxler/ruasec&type=Date)](https://star-history.com/#wuxler/ruasec&Date)
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fwuxler%2Fruasec.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fwuxler%2Fruasec?ref=badge_large)