audit-check 0.2.0

Github Action to run 'cargo audit' on your Rust project
1
2
3
4
5
6
7
8
9
10
11
coverage:
  status:
    project:
      default:
        target: 70%
        threshold: 10%
        if_ci_failed: error
    patch:
      default:
        target: 60%
        if_ci_failed: error