You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [here](../supply-chain/sbom.md) for the detail.
94
+
95
+
## Scan Cache
96
+
When scanning local projects, it doesn't use the cache by default.
97
+
However, when the local project is a git repository with clean status and the cache backend other than the memory one is enabled, it stores analysis results, using the latest commit hash as the key.
98
+
99
+
```shell
100
+
$ trivy fs --cache-backend fs /path/to/git/repo
101
+
```
102
+
103
+
More details are available in the [cache documentation](../configuration/cache.md#scan-cache-backend).
0 commit comments