Skip to content

Commit

Permalink
Merge pull request #304 from SuperChen-CC/docs
Browse files Browse the repository at this point in the history
chore: Fix typo in install.sh and SBOM doc
  • Loading branch information
cyberchen1995 authored Oct 11, 2024
2 parents 21e7581 + 93d1f67 commit 163e6c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/User_Guide/Generating_Reports/SBOM-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ OpenSCA 支持生成多种格式的 SBOM 清单, 包括 [DSDX](https://opensca.x

除了生成 SBOM, OpenSCA 还支持将 SBOM 作为输入, 生成漏洞报告或转换为其他格式的 SBOM 清单.

此外, OpenSCA 提供 SaaS 服务, 同步扫描结果后, 可以在 [OpenSCA SaaS Console](https://opensca.xmirror.cn/console) 查看和下载 SBOM 清单.

支持的 SBOM 格式:

| SBOM 清单 | 文件后缀 |
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ install() {
printf " Adding OpenSCA-cli to PATH: "
case "$current_shell" in
"bash")
printf "'export PATH=%S/.config/opensca-cli:\$PATH >> ~/.bashrc'\n" "$HOME"
printf "'export PATH=%s/.config/opensca-cli:\$PATH >> ~/.bashrc'\n" "$HOME"
echo "export PATH=$HOME/.config/opensca-cli:\$PATH" >> ~/.bashrc
;;
"zsh")
Expand Down

0 comments on commit 163e6c3

Please sign in to comment.