Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeDTomita authored Jun 17, 2024
1 parent fd82cc8 commit 2a4bae0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- [ENVIRONMENT](#environment)
- [PREPARING](#preparing)
- [HOW TO USE](#how-to-use)
- [Error Log](#error-log)
- [ERROR LOG](#error-log)

---

Expand All @@ -36,12 +36,15 @@ Sample React application for Trying to Use DevSecOps tools.

- [ghalint](./doc/tools_doc/ghalint.md): GitHub Actionsで実行されるworkflows用のlinter
- [github-comment](./doc/tools_doc/github-comment.md): GitHub Actionsで実行されるCIが失敗したときにコメントとしてエラーを出力する。
- [semgrep](./doc/tools_doc/semgrep.md)
- [semgrep](./doc/tools_doc/semgrep.md): GitHub Actionsで実行するSASTツール
- [trivy](./doc/tools_doc/trivy.md): イメージのスキャンやdependency checkができる。dependency checkはGitHub Actionsで実行,イメージスキャンはAWS Code Pipelineで実行。

- [aqua](./doc/tools_doc/aqua.md): GitHub Actionsで使用するCLIツールのバージョン管理ができる。
- [pinact](./doc/tools_doc/pinact.md): GitHub Actionsで使うactionsのバージョンをフルコミットハッシュに変換。

> [!NOTE]
> 一応単体テスト枠でjestもGitHub Actionsで実行される。
### pre-commit(git committ前)に使うツール

- [pre-commit](./doc/tools_doc/pre-commit.md): git commit前に特定のツールを実行し,失敗ならcommitさせない。
Expand Down Expand Up @@ -110,7 +113,7 @@ pre-commit install

---

## Error Log
## ERROR LOG

<details>
<summary>今まで詰まったエラー一覧</summary><div>
Expand Down

0 comments on commit 2a4bae0

Please sign in to comment.