chore(setup-db): change cache-dir default to runner.temp #13
@@ -11,6 +11,11 @@ inputs:
|
||||
required: false
|
||||
default: "${{ runner.temp }}/trivy"
|
||||
|
||||
outputs:
|
||||
cache-dir:
|
||||
description: "Path to the Trivy cache directory"
|
||||
value: ${{ inputs.cache-dir }}
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user