ensure openssl-fips-provider is not available
Some checks failed
Build empanada images for imagefactory / buildx (push) Failing after 5s
Build empanada container images for lorax / buildx (push) Successful in 1s

This commit is contained in:
Louis Abel 2024-07-31 14:22:32 -07:00
parent c2ab7d72c2
commit 78cd9c47a1
Signed by: label
GPG Key ID: 2A6975660E424560
2 changed files with 4 additions and 2 deletions

View File

@ -20,7 +20,8 @@ IGNORES = [
'centos-stream-release',
'redhat-indexhtml',
'redhat-logos',
'redhat-release'
'redhat-release',
'openssl-fips-provider'
]
parser = argparse.ArgumentParser()

View File

@ -28,7 +28,8 @@ IGNORES = [
'centos-stream-release',
'redhat-indexhtml',
'redhat-logos',
'redhat-release'
'redhat-release',
'openssl-fips-provider'
]
def warningcb(warning_type, message):