From 4fd5ff30463f9a39f1e147eae0baed56b200d8d8 Mon Sep 17 00:00:00 2001 From: simar7 <1254783+simar7@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:50:09 -0600 Subject: [PATCH] Update aqua-cloud.yml --- .github/workflows/aqua-cloud.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/aqua-cloud.yml b/.github/workflows/aqua-cloud.yml index e9cf973b..1aa98d0c 100644 --- a/.github/workflows/aqua-cloud.yml +++ b/.github/workflows/aqua-cloud.yml @@ -13,14 +13,9 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - set-safe-directory: '/github/workspace' - - - name: Ownership workaround - run: git config --system --add safe.directory '*' - name: Run Trivy vulnerability scanner against Aqua Cloud - uses: aquasecurity/trivy-action@0.24.0 + uses: simar7/trivy-action@fe9b9e7e3c0d9e764d9c018d5603f57fba6aba3d with: scan-type: 'fs' hide-progress: true