Skip to content

Str 774 Docs, tests and refactors #171

Str 774 Docs, tests and refactors

Str 774 Docs, tests and refactors #171

Workflow file for this run

name: Security
on:
pull_request:
merge_group:
push:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
supply-chain:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true # don't fail the build if there are vulnerabilities.
# because of a false-positive on `sqlx-mysql` which is not being used in this repo.