Skip to content

Merge pull request #119 from deepcausality-rs/dependabot/cargo/parque… #97

Merge pull request #119 from deepcausality-rs/dependabot/cargo/parque…

Merge pull request #119 from deepcausality-rs/dependabot/cargo/parque… #97

Workflow file for this run

#SPDX-License-Identifier: MIT
#Copyright (c) "2023" . The DeepCausality Authors. All Rights Reserved.
name: Security Audit
on:
pull_request:
branches: [ "main" ]
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
push:
branches: [ "main" ]
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
env:
CARGO_TERM_COLOR: always
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Audit Check # https://github.com/rustsec/audit-check/issues/2
uses: rustsec/audit-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}