Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cargo deny config and audit workflow #156

Merged
merged 6 commits into from
Jun 10, 2024

Commits on Apr 14, 2024

  1. feat(deny): add deny.toml from cargo deny init

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    11fc094 View commit details
    Browse the repository at this point in the history
  2. feat(github): add audit workflow for running cargo deny daily and on …

    …push
    
    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b61c39b View commit details
    Browse the repository at this point in the history
  3. feat(deny): allow to necessary licenses for deny to pass

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5786cb4 View commit details
    Browse the repository at this point in the history
  4. feat(deny): run deny on all features

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d221487 View commit details
    Browse the repository at this point in the history
  5. feat(github): run audit workflow on pull request as well

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d5c6da8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. fix(deny): update deny.toml to fix deprecation warnings

    Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
    gierens committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0d076dc View commit details
    Browse the repository at this point in the history