Compare commits
3 Commits
master
...
0.38.0-rc3
Author | SHA1 | Date |
---|---|---|
|
951310878c | |
|
7a4ee0d768 | |
|
6948b2f5c0 |
|
@ -152,9 +152,7 @@ jobs:
|
|||
|
||||
- name: Setup Cosign
|
||||
if: inputs.sign
|
||||
uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2
|
||||
with:
|
||||
cosign-release: v2.0.2
|
||||
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
|
||||
|
||||
- name: Sign images with cosign
|
||||
if: inputs.sign
|
||||
|
|
|
@ -34,8 +34,8 @@ else()
|
|||
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
|
||||
# ie., `cmake -DDRIVER_VERSION=dev ..`
|
||||
if(NOT DRIVER_VERSION)
|
||||
set(DRIVER_VERSION "0.17.0-rc1")
|
||||
set(DRIVER_CHECKSUM "SHA256=63809beb5e448911f153b8c25f814075238a55f301923aeb3d2374be6309460b")
|
||||
set(DRIVER_VERSION "0.17.0-rc2")
|
||||
set(DRIVER_CHECKSUM "SHA256=9635b8383719ff33e5f02bf9a66b83a1344d54142c4d39ff64a7ec896e8f0ac1")
|
||||
endif()
|
||||
|
||||
# cd /path/to/build && cmake /path/to/source
|
||||
|
|
|
@ -35,8 +35,8 @@ else()
|
|||
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
|
||||
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
|
||||
if(NOT FALCOSECURITY_LIBS_VERSION)
|
||||
set(FALCOSECURITY_LIBS_VERSION "0.17.0-rc1")
|
||||
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=63809beb5e448911f153b8c25f814075238a55f301923aeb3d2374be6309460b")
|
||||
set(FALCOSECURITY_LIBS_VERSION "0.17.0-rc2")
|
||||
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=9635b8383719ff33e5f02bf9a66b83a1344d54142c4d39ff64a7ec896e8f0ac1")
|
||||
endif()
|
||||
|
||||
# cd /path/to/build && cmake /path/to/source
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 29c41c4eed4bbc51aaf5be0f3ea332a66ef54e31
|
||||
Subproject commit 59bf03bf740b41b74c2dfad1e25179f2c30f92c0
|
Loading…
Reference in New Issue