mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 12:05:18 +02:00
feat(ci): add audit job for security
This commit is contained in:
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@@ -27,6 +27,15 @@ jobs:
|
||||
with:
|
||||
args: ./ci/steps/lint.sh
|
||||
|
||||
audit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Audit for vulnerabilities
|
||||
uses: ./ci/images/debian10
|
||||
with:
|
||||
args: ./ci/steps/audit.sh
|
||||
|
||||
test-unit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user