Skip to content

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.

Terminal window
pinprick clean
  • 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
$ pinprick clean
Cache cleaned.

If there is nothing to clean:

$ pinprick clean
Nothing to clean.