ALBS-443: Integrate CodeNotary with git updater tool

- Additional metadata for notarizing
This commit is contained in:
soksanichenko 2022-06-21 09:57:29 +03:00
parent 85764ae655
commit e25c5070b0
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import json import json
from typing import Dict
from plumbum import local, ProcessExecutionError from plumbum import local, ProcessExecutionError
@ -48,7 +49,7 @@ class CasWrapper:
def authenticate( def authenticate(
self, self,
local_path: str, local_path: str,
metadata: dict = None, metadata: Dict = None,
): ):
""" """
Wrapper around `cas authenticate` Wrapper around `cas authenticate`