forked from almalinux/cas_wrapper
ALBS-443: Integrate CodeNotary with git updater tool
- Additional metadata for notarizing
This commit is contained in:
parent
85764ae655
commit
e25c5070b0
@ -1,4 +1,5 @@
|
||||
import json
|
||||
from typing import Dict
|
||||
|
||||
from plumbum import local, ProcessExecutionError
|
||||
|
||||
@ -48,7 +49,7 @@ class CasWrapper:
|
||||
def authenticate(
|
||||
self,
|
||||
local_path: str,
|
||||
metadata: dict = None,
|
||||
metadata: Dict = None,
|
||||
):
|
||||
"""
|
||||
Wrapper around `cas authenticate`
|
||||
|
Loading…
Reference in New Issue
Block a user