Skip to content

Commit a911c98

Browse files
committed
ci: run osv-detector
1 parent c85622d commit a911c98

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ concurrency:
1414
permissions: {}
1515

1616
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@0e8c0f954d8618a3a4671eca1918b30b2d085af3 # v0.2.0
1728
ruff:
1829
permissions:
1930
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)