win-crypto-ng 0.5.1

Safe bindings to Windows Cryptography API: Next Generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Security Audit
on:
  schedule:
    - cron: '0 0 * * 1'
  push:
    paths:
      - Cargo.toml
jobs:
  security_audit:
    runs-on: windows-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v1
      - name: Security Audit
        uses: actions-rs/audit-check@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}