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