Skip to content

chore: Logs in JSON format (#38) #32

chore: Logs in JSON format (#38)

chore: Logs in JSON format (#38) #32

Workflow file for this run

name: Security audit
on:
schedule:
- cron: "15 10 * * 5"
push:
branches:
- main
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
security-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1