Loading .github/workflows/audit.yml 0 → 100644 +19 −0 Original line number Diff line number Diff line name: Security Audit on: push: paths: - '**/Cargo.toml' - '**/Cargo.lock' schedule: - cron: '0 0 * * 0' # at midnight of each sunday jobs: audit: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: taiki-e/install-action@v1 with: tool: cargo-audit - run: cargo audit -D warnings README.md +3 −0 Original line number Diff line number Diff line # s3s [![Apache 2.0 licensed][license-badge]][license-url] [![Unsafe Forbidden][unsafe-forbidden-badge]][unsafe-forbidden-url] [license-badge]: https://img.shields.io/badge/license-Apache--2.0-blue.svg [license-url]: ./LICENSE [unsafe-forbidden-badge]: https://img.shields.io/badge/unsafe-forbidden-success.svg [unsafe-forbidden-url]: https://github.com/rust-secure-code/safety-dance/ S3 Service Adapter Loading Loading
.github/workflows/audit.yml 0 → 100644 +19 −0 Original line number Diff line number Diff line name: Security Audit on: push: paths: - '**/Cargo.toml' - '**/Cargo.lock' schedule: - cron: '0 0 * * 0' # at midnight of each sunday jobs: audit: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: taiki-e/install-action@v1 with: tool: cargo-audit - run: cargo audit -D warnings
README.md +3 −0 Original line number Diff line number Diff line # s3s [![Apache 2.0 licensed][license-badge]][license-url] [![Unsafe Forbidden][unsafe-forbidden-badge]][unsafe-forbidden-url] [license-badge]: https://img.shields.io/badge/license-Apache--2.0-blue.svg [license-url]: ./LICENSE [unsafe-forbidden-badge]: https://img.shields.io/badge/unsafe-forbidden-success.svg [unsafe-forbidden-url]: https://github.com/rust-secure-code/safety-dance/ S3 Service Adapter Loading