diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index a989ef71..0c832815 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -117,7 +117,7 @@ jobs: deploy: name: Deploy Web runs-on: ubuntu-latest - needs: [web, mobile, security-audit] + needs: [web, security-audit] if: github.ref == 'refs/heads/main' && github.event_name == 'push' steps: @@ -174,7 +174,7 @@ jobs: security-audit: name: Security Audit runs-on: ubuntu-latest - needs: [web, mobile] + needs: [web] steps: - name: Checkout code @@ -191,12 +191,6 @@ jobs: npm install npm audit --audit-level=critical - - name: Mobile - npm audit (critical only) - working-directory: ./mobile - run: | - npm install --legacy-peer-deps - npm audit --audit-level=critical --production - - name: TruffleHog Secret Scan uses: trufflesecurity/trufflehog@main with: