From fa2bdc4ad07d3dd603097b44a5f042b706273d6a Mon Sep 17 00:00:00 2001 From: Gabriel Batista Date: Sat, 27 Apr 2024 13:24:48 -0300 Subject: [PATCH] Update scan-simples.yml --- .github/workflows/scan-simples.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scan-simples.yml b/.github/workflows/scan-simples.yml index 4652248..730af29 100644 --- a/.github/workflows/scan-simples.yml +++ b/.github/workflows/scan-simples.yml @@ -11,11 +11,10 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Install dependencies - run: npm install - - name: Trivy Scan uses: aquasecurity/trivy-action@master with: scan-type: 'fs' scan-ref: '.' + exit-code: 1 + ignore-unfixed: true