Skip to content

Commit 09a75d4

Browse files
authored
fix(daily-scan): install bundler-audit for dependency-check Ruby analyzer (#116)
1 parent 4cb2ce0 commit 09a75d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/daily-scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
OSS_INDEX, ${{ secrets.OSS_INDEX_SECRET_ARN }}
6262
parse-json-secrets: true
6363

64+
- name: Install bundle-audit for dependency scan
65+
run: gem install bundler-audit
66+
6467
# See http://jeremylong.github.io/DependencyCheck/dependency-check-cli/ for installation explanation
6568
- name: Install and run dependency scan
6669
id: dep_scan

0 commit comments

Comments
 (0)