Skip to content

Merge branch 'master' of github.com:mantono/flagpole into build/docker #131

Merge branch 'master' of github.com:mantono/flagpole into build/docker

Merge branch 'master' of github.com:mantono/flagpole into build/docker #131

Workflow file for this run

name: Security Audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * 2"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}