Skip to content

Commit

Permalink
DOC: CONTRIBUTING.mdを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sabonerune committed Jan 23, 2025
1 parent 65f8fa4 commit 9718349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,11 @@ python -m pytest --snapshot-update

### 脆弱性を診断する

`safety` を用いた脆弱性診断により依存パッケージの安全性を確保しています。
`pip-audit` を用いた脆弱性診断により依存パッケージの安全性を確保しています。
シェルで以下のコマンドを実行することで脆弱性が診断されます。

```bash
safety check -r requirements.txt -r requirements-dev.txt -r requirements-build.txt
pip-audit -r requirements.txt -r requirements-dev.txt -r requirements-build.txt
```

## ビルド
Expand Down

0 comments on commit 9718349

Please sign in to comment.