Skip to content

Commit 68ad74e

Browse files
committed
Add missing opa_get command to setup.py
1 parent 02dc5fe commit 68ad74e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/confcom/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
from azext_confcom.rootfs_proxy import SecurityPolicyProxy
1212
from azext_confcom.kata_proxy import KataPolicyGenProxy
1313
from azext_confcom.cose_proxy import CoseSignToolProxy
14+
from azext_confcom.lib.opa import opa_get
1415

1516
try:
1617
from azure_bdist_wheel import cmdclass
@@ -48,6 +49,7 @@
4849
SecurityPolicyProxy.download_binaries()
4950
KataPolicyGenProxy.download_binaries()
5051
CoseSignToolProxy.download_binaries()
52+
opa_get()
5153

5254
with open("README.md", "r", encoding="utf-8") as f:
5355
README = f.read()

0 commit comments

Comments
 (0)