ALBS-443: Integrate CodeNotary with git updater tool #1

Merged
soksanichenko merged 10 commits from ALBS-443 into master 2022-06-22 11:07:24 +00:00
Showing only changes of commit e25c5070b0 - Show all commits

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`