We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7d5bc commit 9d1004aCopy full SHA for 9d1004a
modules.d/98integrity/ima-keys-load.sh
@@ -26,9 +26,7 @@ load_x509_keys() {
26
continue
27
fi
28
29
- # FIXME: X509ID unused?
30
- # shellcheck disable=SC2034
31
- if ! X509ID=$(evmctl import "${PUBKEY}" "${KEYRING_ID}"); then
+ if ! evmctl import "${PUBKEY}" "${KEYRING_ID}"; then
32
info "integrity: IMA x509 cert not loaded on keyring: ${PUBKEY}"
33
34
done
0 commit comments