From 611c1c479fe207d1aad6812c28e31ccfc41d8841 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 8 Mar 2024 15:25:24 +0100 Subject: [PATCH] Test trivy with cache. --- .gitea/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 53702fa..fdbee97 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -50,7 +50,7 @@ jobs: ACTIONS_RUNTIME_TOKEN: '' with: outputs: type=docker,dest=/tmp/startup.tar - cache-to: type=local,src=/tmp + cache-to: type=local,dest=/tmp - name: Check with trivy uses: aquasecurity/trivy-action@master