You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/CodeSigning.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ jobs:
51
51
52
52
# Scans your file for any possible malware in order to avoid code compromise and prevents signing of code if malware is detected.
53
53
# On batch_sign command: If you are getting 'Error: hash needs to be scanned first before submitting for signing: <hash_value>', you can set this value to true
54
-
malware_block: false
54
+
malware_block: true
55
55
56
56
# Overrides the input file after signing, if this parameter is set and no -output_dir_path parameter
0 commit comments