Skip to content

Commit 22a1270

Browse files
authored
Merge pull request #186 from BitGo/fix/update-trivy-action
ci: update trivy-action and fix npm vuln's
2 parents 1c9b9a5 + 1ef56ea commit 22a1270

3 files changed

Lines changed: 639 additions & 737 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: npm ci
130130

131131
- name: Run Trivy vulnerability scanner
132-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # v0.33.1
132+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
133133
with:
134134
scan-type: 'fs'
135135
scan-ref: '.'

0 commit comments

Comments
 (0)