diff --git a/setup-db/action.yaml b/setup-db/action.yaml index 69911f1..d4d99ed 100644 --- a/setup-db/action.yaml +++ b/setup-db/action.yaml @@ -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: