Simon Willison Blog研究・専門家·2026年4月5日 13:07·約1分
シークレットスキャンツール「scan-for-secrets」バージョン0.2のリリース
本文の状態
日本語全文を表示中
詳細モードで約1分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
Simon Willison Blog
まず要点
シモン・ウィットソン氏が開発したCLIツール「scan-for-secrets」がバージョン0.2へアップデートされた。大規模ディレクトリ対応のため結果をストリーミング出力するよう改良され、複数ディレクトリや個別ファイルの指定が可能になった。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
リリース: scan-for-secrets 0.2
- 大規模なディレクトリでの処理に適するため、CLI ツールは結果をすべて収集してからではなく、見つかるたびにストリーミング出力するようになりました。
-d/--directoryオプションを複数回指定して、複数のディレクトリをスキャンできるようになりました。
- 1 つ以上の個別ファイルを指定してスキャンするための新しい
-f/--fileオプションを追加しました。
- 新規 Python API 関数として
scan_directory_iter(),scan_file(), およびscan_file_iter()を追加しました。
- 現在スキャン中の各ディレクトリを表示する、新しい
-v/--verboseオプションを追加しました。
原文を表示
Release: scan-for-secrets 0.2
- CLI tool now streams results as they are found rather than waiting until the end, which is better for large directories.
- -d/--directory option can now be used multiple times to scan multiple directories.
- New -f/--file option for specifying one or more individual files to scan.
- New scan_directory_iter(), scan_file() and scan_file_iter() Python API functions.
- New -v/--verbose option which shows each directory that is being scanned.
この記事をシェア
関連記事
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み