Skip to content

Commit e491e32

Browse files
committed
Run tests against fips kryoptic current main commit
The last released version is missing some fixes for several Simple KDFs. Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent f137d48 commit e491e32

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
@@ -82,12 +82,12 @@ jobs:
8282
### kryoptic build ###
8383
######################
8484
- name: Setup kryoptic
85+
env:
86+
KRYOPTIC_REVISION: b38f56bf5dc281fa750146d0378fc62b7c23f95f
8587
run: |
86-
KRYOPTIC_REVISION="v1.3.1"
87-
8888
cd ..
8989
git clone https://github.com/latchset/kryoptic.git \
90-
--depth 1 --single-branch --revision $KRYOPTIC_REVISION kryoptic
90+
--depth 1 --single-branch --revision "$KRYOPTIC_REVISION" kryoptic
9191
9292
- name: Generate lock file
9393
run: |

0 commit comments

Comments
 (0)