clean
Remove the local audit cache at ~/.cache/pinprick/audited/. This directory stores results from previous pinprick audit runs so that already-scanned action SHAs can be skipped on future runs.
pinprick cleanWhen to use
Section titled “When to use”- After updating pinprick to a version with new or changed detection rules — clearing the cache forces a fresh scan of all actions
- To reclaim disk space from accumulated cache entries
- To troubleshoot unexpected audit results
Output
Section titled “Output”$ pinprick cleanCache cleaned.If there is nothing to clean:
$ pinprick cleanNothing to clean.