Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek authored Dec 18, 2024
1 parent 716cb02 commit 2bd2258
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

# # # ml_config & ml_model integrity

# temporally ml_config.json without last byte = 0A md5sum ec3ac77a923fed769fd95d567ef75137

- name: Check ml_model.onnx integrity
if: ${{ always() && steps.code_checkout.conclusion == 'success' }}
run: |
md5sum --binary credsweeper/ml_model/ml_config.json | grep ec3ac77a923fed769fd95d567ef75137
md5sum --binary credsweeper/ml_model/ml_config.json | grep 092a588d5bebdac5136c4d01c87abf27
md5sum --binary credsweeper/ml_model/ml_model.onnx | grep a707745d781517556fd58890cb2812be
# # # line ending
Expand Down

0 comments on commit 2bd2258

Please sign in to comment.