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.
1 parent 2850847 commit 1dd3b42Copy full SHA for 1dd3b42
.github/workflows/ci.yaml
@@ -26,6 +26,14 @@ jobs:
26
uses: ./ci/images/debian10
27
with:
28
args: ./ci/steps/lint.sh
29
+ audit:
30
+ runs-on: ubuntu-latest
31
+ steps:
32
+ - uses: actions/checkout@v2
33
+ - name: Audit for vulnerabilities
34
+ # Prevents integration with moderate or higher vulnerabilities
35
+ # Docs: https://github.com/IBM/audit-ci#options
36
+ run: npx audit-ci --moderate
37
38
test-unit:
39
runs-on: ubuntu-latest
0 commit comments