Skip to content

Merge pull request #202 from decipherhub/docs/adr-013-commonware-aggr… #667

Merge pull request #202 from decipherhub/docs/adr-013-commonware-aggr…

Merge pull request #202 from decipherhub/docs/adr-013-commonware-aggr… #667

Workflow file for this run

name: Security Audit
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
# Run daily at 00:00 UTC
- cron: '0 0 * * *'
jobs:
deny:
name: Cargo Deny
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check licenses and security advisories
uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check
arguments: --all-features