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

feat: Add cargo-deny-action to audit.yml #77

Merged
merged 3 commits into from
Dec 16, 2024
Merged

Conversation

kurosakishigure
Copy link
Owner

@kurosakishigure kurosakishigure commented Dec 16, 2024

Description

  • feat: Add cargo-deny
  • doc: Add tokio license
  • feat: Add deny.toml
  • What is the purpose of this PR?
    • Enhance the anti.yml workflow
  • What problem does it solve?
  • Are there any breaking changes or backwards compatibility issues?
    • We have removed the audit-check as it is no longer maintained.
    • The cargo-deny-action handles various audit issues, such as license compliance. We have ensured that these licenses are compatible with MIT.

Related Issue

Type of Change

  • New feature
  • Documentation update

How Has This Been Tested?

  • I have run unit tests
  • I have tested the changes manually
  • I have tested in a staging environment

Checklist

  • My code follows the coding style guidelines of this project
  • I have written or updated relevant documentation (if applicable)
  • I have added or updated tests to cover my changes (if applicable)
  • All new and existing tests pass
  • I have reviewed my code for any potential issues
  • Link the relevant issue to this PR (if applicable)
  • Add labels to this PR
  • I have read and followed the guidelines in CONTRIBUTING.md

Additional Notes

None.

@kurosakishigure kurosakishigure added the enhancement New feature or request label Dec 16, 2024
@kurosakishigure kurosakishigure merged commit 6879cab into canary Dec 16, 2024
13 checks passed
@kurosakishigure kurosakishigure deleted the feat/audit branch December 16, 2024 10:49
@github-actions github-actions bot added the locked Lock threads label Dec 31, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 31, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request locked Lock threads
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cargo-deny-action to audit.yml
1 participant