Skip to content

Commit

Permalink
ml_model integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Aug 28, 2024
1 parent 0c51c20 commit 14bf342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: ${{ always() && steps.code_checkout.conclusion == 'success' }}
run: |
md5sum --binary credsweeper/ml_model/ml_config.json | grep c5649ba16316042734f5b35e6fb05994
md5sum --binary credsweeper/ml_model/ml_model.onnx | grep 090192b4986c0d4cc513fd633b9d179b
md5sum --binary credsweeper/ml_model/ml_model.onnx | grep 1bfbb60ffbd66bc6c4336cc92d69f22e
# # # line ending

Expand Down

0 comments on commit 14bf342

Please sign in to comment.