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 02dc5fe commit 68ad74eCopy full SHA for 68ad74e
src/confcom/setup.py
@@ -11,6 +11,7 @@
11
from azext_confcom.rootfs_proxy import SecurityPolicyProxy
12
from azext_confcom.kata_proxy import KataPolicyGenProxy
13
from azext_confcom.cose_proxy import CoseSignToolProxy
14
+from azext_confcom.lib.opa import opa_get
15
16
try:
17
from azure_bdist_wheel import cmdclass
@@ -48,6 +49,7 @@
48
49
SecurityPolicyProxy.download_binaries()
50
KataPolicyGenProxy.download_binaries()
51
CoseSignToolProxy.download_binaries()
52
+opa_get()
53
54
with open("README.md", "r", encoding="utf-8") as f:
55
README = f.read()
0 commit comments