diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index a075ccf..2519474 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -177,8 +177,5 @@ jobs: - name: Install node_modules with yarn lockfile run: bun install --frozen-lockfile --yarn - - name: Run security audit - run: bun audit --audit-level moderate - - name: Run dependency vulnerability check run: bunx audit-ci --moderate --report-type summary