From 42c79e13c95515f749849e9bf4043eff41da54e8 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Fri, 20 Dec 2024 21:42:32 +0900 Subject: [PATCH] Fix up audit.yml Refs: https://github.com/VOICEVOX/voicevox_core/pull/893#discussion_r1893322010 --- .github/workflows/audit.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index bca54f95b..22879042f 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -1,4 +1,8 @@ -# RustSec Advisory Databaseに登録された、あるいは単にヤンクされたクレートを検出する。 +# 依存ライブラリを監査する。 +# +# RustSec Advisory Databaseに登録された、あるいは単にヤンクされたクレートを検出する。検出されるもの +# は脆弱性(`vulnerability`)のみとは限らない。依存ライブラリが単に"unmaintained"とされたりヤンクさ +# れたりしても反応する。 name: audit