ruasec

module
v0.0.0-...-b927f55 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2024 License: Apache-2.0

README

RuaSec

Go Report Card codecov Godoc Reference License Apache2.0 FOSSA Status

RuaSec 是一个安全扫描工具,用于扫描镜像、代码、制品等中的安全漏洞。

Git Commit 规范

参考 Angular Style 的提交规范。

  • type 列表
    • feat 新功能或者新特性
    • fix 问题/Bug 修复
    • style 代码风格修改,不影响运行构建
    • perf 性能优化
    • refactor 代码重构
    • test 测试相关变更,包括添加测试和更正测试
    • docs 修改文档或者注释
    • chore 包括依赖变更、构建测试的工具变更等
    • workflow 工作流改进
    • ci 持续集成

变更日志

TBD

Star History

Star History Chart

License

FOSSA Status

Directories

Path Synopsis
cmd
rua
Package main is the entry of the application.
Package main is the entry of the application.
pkg
appinfo
Package appinfo defines application build informations and runtime configures.
Package appinfo defines application build informations and runtime configures.
cmdhelper
Package cmdhelper provides common methods or types to help to build cli commands.
Package cmdhelper provides common methods or types to help to build cli commands.
commands
Package commands provides cli commands.
Package commands provides cli commands.
commands/image
Package image defines the image command and its operators as sub-commands.
Package image defines the image command and its operators as sub-commands.
commands/registry
Package registry defines the registry command and its operators as sub-commands.
Package registry defines the registry command and its operators as sub-commands.
errdefs
Package errdefs defines general error types and error operations.
Package errdefs defines general error types and error operations.
image
Package image contains image related interfaces and implements.
Package image contains image related interfaces and implements.
image/remote
Package remote provides remote type image implementations and operations.
Package remote provides remote type image implementations and operations.
ocispec
Package ocispec provides a Go representation of the OCI Image Specification.
Package ocispec provides a Go representation of the OCI Image Specification.
ocispec/authn
Package authn provides authentication information for OCI registry.
Package authn provides authentication information for OCI registry.
ocispec/authn/authfile
Package authfile provides local auth config file operations.
Package authfile provides local auth config file operations.
ocispec/cas
Package cas provides CAS (Content Addressable Storage) implementations.
Package cas provides CAS (Content Addressable Storage) implementations.
ocispec/distribution
Package distribution provides client and server implementations of OCI distribution-spec.
Package distribution provides client and server implementations of OCI distribution-spec.
ocispec/manifest
Package manifest implements the Image Manifest media type as defined in.
Package manifest implements the Image Manifest media type as defined in.
ocispec/manifest/all
Package all registers all builtin image manifest schema implements.
Package all registers all builtin image manifest schema implements.
ocispec/manifest/dockerschema1
Package dockerschema1 provides a type for parsing and serializing Docker Schema 1 manifest files.
Package dockerschema1 provides a type for parsing and serializing Docker Schema 1 manifest files.
ocispec/manifest/dockerschema2
Package dockerschema2 provides a type for parsing and serializing Docker Schema 2 manifest files.
Package dockerschema2 provides a type for parsing and serializing Docker Schema 2 manifest files.
ocispec/manifest/ocischema
Package ocischema implements the OCI image manifest schema.
Package ocischema implements the OCI image manifest schema.
ocispec/mocks
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
ocispec/name
Package name provides a general type to represent any way of referencing images within the registry.
Package name provides a general type to represent any way of referencing images within the registry.
ocispec/name/internal
Package internal provides private methods to process image name.
Package internal provides private methods to process image name.
util/homedir
Package homedir provides methods to get or expand $HOME environment variable.
Package homedir provides methods to get or expand $HOME environment variable.
util/xgeneric
Package xgeneric provides types and functions for generic types.
Package xgeneric provides types and functions for generic types.
util/xgeneric/iter
Package iter provides iterator functions for iterating over.
Package iter provides iterator functions for iterating over.
util/xio
Package xio provides io utilities.
Package xio provides io utilities.
util/xio/compression
Package compression provides compress and uncompress operations.
Package compression provides compress and uncompress operations.
util/xio/compression/builtin
Package builtin registers all built-in compression algorithms.
Package builtin registers all built-in compression algorithms.
util/xregexp
Package xregexp provides helpers to process regexp expressions.
Package xregexp provides helpers to process regexp expressions.
xlog
Package xlog extends log/slog with some features.
Package xlog extends log/slog with some features.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL