summaryrefslogtreecommitdiffstats
path: root/third_party/rust/minidump-writer/.github/workflows/audit.yml
blob: aaadff55bec5dc1a48f1e1af9c5141bfd002782d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: Security audit

on:
  schedule:
    # Runs at 00:00 UTC everyday
    - cron: "0 0 * * *"
  push:
    paths:
      - "**/Cargo.toml"
      - "**/Cargo.lock"
      - "**/audit.toml"

jobs:
  audit:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout repository
        uses: actions/checkout@v2
      - name: deny audit
        uses: EmbarkStudios/cargo-deny-action@v1
        with:
          command: check advisories