From: Jérôme Benoit Date: Wed, 11 Jun 2025 09:49:18 +0000 (+0200) Subject: ci: temporaly disable deps security audit X-Git-Tag: ocpp-server@v2.0.9~17 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f1fb55638d768510f0b57f5aa609cc426aefe807;p=e-mobility-charging-stations-simulator.git ci: temporaly disable deps security audit Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48b62901..e466708c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,9 +74,9 @@ jobs: cache: 'pnpm' - name: pnpm install run: pnpm install --ignore-scripts --frozen-lockfile - - name: pnpm audit - if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} - run: pnpm audit --prod + # - name: pnpm audit + # if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} + # run: pnpm audit --prod - name: pnpm lint if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} run: pnpm lint @@ -125,9 +125,9 @@ jobs: cache: 'pnpm' - name: pnpm install run: pnpm install --ignore-scripts --frozen-lockfile - - name: pnpm audit - if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} - run: pnpm audit --prod + # - name: pnpm audit + # if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} + # run: pnpm audit --prod - name: pnpm lint if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '22.x' }} run: pnpm lint