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 a cargo deny configuration #169

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Add a cargo deny configuration #169

merged 2 commits into from
Sep 10, 2024

Conversation

poljar
Copy link
Collaborator

@poljar poljar commented Aug 15, 2024

This allows us to use a single tool to check for security issues as well as licensing issues and that we don't have any git dependencies.

This allows us to use a single tool to check for security issues as well
as licensing issues and that we don't have any git dependencies.
@poljar poljar requested a review from dkasak as a code owner August 15, 2024 11:32
@codecov-commenter
Copy link

codecov-commenter commented Aug 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.55%. Comparing base (72f4235) to head (23ab241).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #169   +/-   ##
=======================================
  Coverage   90.55%   90.55%           
=======================================
  Files          34       34           
  Lines        1906     1906           
=======================================
  Hits         1726     1726           
  Misses        180      180           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

.github/workflows/deny.yml Outdated Show resolved Hide resolved
Copy link
Member

@dkasak dkasak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good modulo a nit.

@poljar poljar merged commit dcd6eed into main Sep 10, 2024
20 of 21 checks passed
@poljar poljar deleted the poljar/add-cargo-deny branch September 10, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants