mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
sec: add a security-audit workflow in CI
This CL introduces: - adds a security audit check in CI workflow aiming to check any security issues in packages. - updates packages versions
This commit is contained in:
committed by
Pierre Mavro
parent
e2c3b29669
commit
c8d409c4a8
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@@ -7,6 +7,13 @@ on:
|
||||
branches-ignore: [ main, dev ]
|
||||
|
||||
jobs:
|
||||
security_audit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions-rs/audit-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user