ビュー:
Each scan initiated against a registry image using the TrendAI™ Artifact Scanner (TMAS) generates a new temporary directory under $TMPDIR to download and analyze the image.
バージョン1.35.0以降では、検索の実行後にこれらの一時ファイルが自動的に削除されます。
以前のバージョンで生成された、または中断された検索によって生成された既存の一時ファイルをクリーンアップするには、必要に応じて次のコマンド (または同等のプラットフォーム) を使用します。
echo $TMPDIR
ls $TMPDIR | grep "stereoscope-"
cd $TMPDIR && rm -rf ./stereoscope-*
ls $TMPDIR | grep "stereoscope-"
コメント (0)