Introduce a higher level DisplayName
struct which helps to protect against impersonation via display names
#161
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint dependencies (for licences, allowed sources, banned dependencies, vulnerabilities) | |
on: | |
pull_request: | |
paths: | |
- '**/Cargo.toml' | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
cargo-deny: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: EmbarkStudios/cargo-deny-action@v2 |