We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb2ce0 commit 09a75d4Copy full SHA for 09a75d4
1 file changed
.github/workflows/daily-scan.yml
@@ -61,6 +61,9 @@ jobs:
61
OSS_INDEX, ${{ secrets.OSS_INDEX_SECRET_ARN }}
62
parse-json-secrets: true
63
64
+ - name: Install bundle-audit for dependency scan
65
+ run: gem install bundler-audit
66
+
67
# See http://jeremylong.github.io/DependencyCheck/dependency-check-cli/ for installation explanation
68
- name: Install and run dependency scan
69
id: dep_scan
0 commit comments