Skip to content

Commit 742252c

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 742252c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/kryoptic-fips.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ 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 --revision "$KRYOPTIC_REVISION" kryoptic
89+
env:
90+
KRYOPTIC_REVISION="b38f56bf5dc281fa750146d0378fc62b7c23f95f"
9191

9292
- name: Generate lock file
9393
run: |

0 commit comments

Comments
 (0)