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

Fix audit workflow and revert Secrets SDK version #325

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

t1m0thyj
Copy link
Member

@t1m0thyj t1m0thyj commented Aug 26, 2024

What It Does

  • Adds cargo audit for Secrets SDK
  • Reverts Secrets SDK version to last published one
  • Updates pytest dev dep for technical currency

How to Test

Review Checklist
I certify that I have:

Additional Comments

Copy link

codecov bot commented Aug 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.05%. Comparing base (82ac81a) to head (7d04249).
Report is 60 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #325   +/-   ##
=======================================
  Coverage   89.05%   89.05%           
=======================================
  Files          65       65           
  Lines        3244     3244           
=======================================
  Hits         2889     2889           
  Misses        355      355           
Flag Coverage Δ
unittests 89.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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


🚨 Try these New Features:

Signed-off-by: Timothy Johnson <[email protected]>
@t1m0thyj t1m0thyj marked this pull request as ready for review August 26, 2024 22:05
Copy link
Member

@zFernand0 zFernand0 left a comment

Choose a reason for hiding this comment

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

LGTM! 😋

Comment on lines +53 to +55
# - name: Update version (cargo)
# run: cargo install cargo-edit && cargo set-version ${{ steps.update-version.outputs.version }}
# working-directory: src/secrets
Copy link
Member

Choose a reason for hiding this comment

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

Thanks for preventing the unnecessary version bumps here...
going forward, we should be able to rely on the cargo.toml version in order to specify the constrains in the core-sdk 😋

@zFernand0 zFernand0 merged commit eb1ad71 into main Aug 27, 2024
34 of 35 checks passed
@zFernand0 zFernand0 deleted the ci/fix-audit-workflow branch August 27, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants