From fe54038cb82be921dc9ebf0d9638f6734d254620 Mon Sep 17 00:00:00 2001 From: christosservos <132352106+christosservos@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:26:14 +0200 Subject: [PATCH] Update trivy.yml --- .github/workflows/trivy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index ea6c5242b..045b64f21 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -30,7 +30,7 @@ jobs: with: scan-type: 'fs' security-checks: 'vuln,config' - input: . + - name: upload rep uses: actions/upload-artifact@master