Skip to content

Commit e5d7906

Browse files
committed
Run tests against fips kryoptic main
The last released version is missing some fixes for several Simple KDFs. Signed-off-by: Jakub Jelen <[email protected]>
1 parent f137d48 commit e5d7906

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/kryoptic-fips.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,9 @@ jobs:
8383
######################
8484
- name: Setup kryoptic
8585
run: |
86-
KRYOPTIC_REVISION="v1.3.1"
87-
8886
cd ..
8987
git clone https://github.com/latchset/kryoptic.git \
90-
--depth 1 --single-branch --revision $KRYOPTIC_REVISION kryoptic
88+
--depth 1 --single-branch --branch main kryoptic
9189
9290
- name: Generate lock file
9391
run: |

0 commit comments

Comments
 (0)