Skip to content

test: add comprehensive export integration tests (resolves #27) (#32) #179

test: add comprehensive export integration tests (resolves #27) (#32)

test: add comprehensive export integration tests (resolves #27) (#32) #179

Workflow file for this run

name: Security Audit
on:
schedule:
# Run every Monday at 9 AM UTC
- cron: '0 9 * * 1'
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
security_audit:
name: Security Audit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Run security audit
run: cargo audit