fix(ci): keep trivy cache out of docker image

This commit is contained in:
jxxghp
2026-08-23 10:17:27 +08:00
parent 00bf7885c1
commit e16c28099b
4 changed files with 5 additions and 0 deletions
+2
View File
@@ -161,6 +161,7 @@ jobs:
with:
image-ref: moviepilot-v3-candidate:linux-amd64
version: v0.70.0
cache-dir: ${{ runner.temp }}/trivy
scanners: vuln
vuln-type: os,library
severity: HIGH,CRITICAL
@@ -191,6 +192,7 @@ jobs:
with:
image-ref: moviepilot-v3-candidate:linux-arm64
version: v0.70.0
cache-dir: ${{ runner.temp }}/trivy
scanners: vuln
vuln-type: os,library
severity: HIGH,CRITICAL