chore(setup-db): change cache-dir default to runner.temp
This commit is contained in:
@@ -7,9 +7,9 @@ branding:
|
|||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
cache-dir:
|
cache-dir:
|
||||||
description: "Path to the Trivy cache directory (default: ~/.cache/trivy)"
|
description: "Path to the Trivy cache directory (default: ${{runner.temp}}/trivy)"
|
||||||
required: false
|
required: false
|
||||||
default: "~/.cache/trivy"
|
default: "${{ runner.temp }}/trivy"
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
|
|||||||
Reference in New Issue
Block a user