From 23eb9e8b408f520d9a839684638ff5025d5cf884 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 8 Mar 2024 15:23:51 +0100 Subject: [PATCH] Test trivy with cache. --- .gitea/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 9016dec..53702fa 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -50,8 +50,7 @@ jobs: ACTIONS_RUNTIME_TOKEN: '' with: outputs: type=docker,dest=/tmp/startup.tar - cache-to: local,src=/tmp - + cache-to: type=local,src=/tmp - name: Check with trivy uses: aquasecurity/trivy-action@master @@ -60,4 +59,4 @@ jobs: scan-type: 'fs' format: 'table' vuln-type: 'os,library' - cache-from: local,src=/tmp + cache-from: type=local,src=/tmp