We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9323ae3 commit 47d0e67Copy full SHA for 47d0e67
1 file changed
.github/workflows/cve-lite.yml
@@ -16,13 +16,11 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
19
- - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
+ with:
20
+ persist-credentials: false
21
- name: Setup node
22
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
23
with:
24
node-version: 20
- cache: pnpm
25
- - name: Install dependencies
26
- run: pnpm install --frozen-lockfile --ignore-scripts
27
- name: Scan for vulnerabilities
28
- run: npx cve-lite-cli@latest . --fail-on high --ratchet
+ run: npx cve-lite-cli@latest . --fail-on high --ratchet --verbose
0 commit comments