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.
osv-scanner
1 parent 503006c commit f783d87Copy full SHA for f783d87
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ concurrency:
14
permissions: {}
15
16
jobs:
17
- audit:
+ audit-detector:
18
permissions:
19
contents: read # to fetch code (actions/checkout)
20
runs-on: ubuntu-latest
@@ -25,6 +25,14 @@ jobs:
25
persist-credentials: false
26
- name: Audit dependencies for security vulnerabilities
27
uses: g-rath/check-with-osv-detector@0e8c0f954d8618a3a4671eca1918b30b2d085af3 # v0.2.0
28
+ audit-scanner:
29
+ permissions:
30
+ contents: read # to fetch code (actions/checkout)
31
+ steps:
32
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33
+ with:
34
+ persist-credentials: false
35
+ - run: docker run -v ${PWD}:/src ghcr.io/google/osv-scanner:latest -r scan
36
ruff:
37
38
0 commit comments