From 516f7ac8f32c07a4a217ea878fa55b4915cf4340 Mon Sep 17 00:00:00 2001 From: Arturo Seijas Date: Fri, 22 Nov 2024 10:23:29 +0100 Subject: [PATCH] Fix execution when trivy fs disabled --- .github/workflows/integration_test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 6d3710b5..f860a3cf 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -287,8 +287,6 @@ jobs: exit-code: '1' severity: ${{ inputs.trivy-severity-config }} env: - TRIVY_USERNAME: ${{ github.actor }} - TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }} TRIVY_SKIP_DB_UPDATE: true - name: Check trivyignore run: |