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-detector
1 parent 3342c5e commit fa95e01Copy full SHA for fa95e01
1 file changed
.github/workflows/ci.yml
@@ -14,6 +14,17 @@ concurrency:
14
permissions: {}
15
16
jobs:
17
+ audit:
18
+ permissions:
19
+ contents: read # to fetch code (actions/checkout)
20
+ runs-on: ubuntu-latest
21
+ timeout-minutes: 15
22
+ steps:
23
+ - uses: actions/checkout@v4
24
+ with:
25
+ persist-credentials: false
26
+ - name: Audit dependencies for security vulnerabilities
27
+ uses: g-rath/check-with-osv-detector@main
28
ruff:
29
permissions:
30
contents: read # to fetch code (actions/checkout)
0 commit comments