add cache-dir output
This commit is contained in:
@@ -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