Skip to content

Commit 47d0e67

Browse files
author
Sonu Kapoor
committed
ci(workflows): remove unnecessary pnpm install; add verbose output and persist-credentials: false
1 parent 9323ae3 commit 47d0e67

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/cve-lite.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
19-
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
19+
with:
20+
persist-credentials: false
2021
- name: Setup node
2122
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2223
with:
2324
node-version: 20
24-
cache: pnpm
25-
- name: Install dependencies
26-
run: pnpm install --frozen-lockfile --ignore-scripts
2725
- name: Scan for vulnerabilities
28-
run: npx cve-lite-cli@latest . --fail-on high --ratchet
26+
run: npx cve-lite-cli@latest . --fail-on high --ratchet --verbose

0 commit comments

Comments
 (0)