File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 "ignored_versions" : ["2.7" ],
2626 # Old samples are opted out of enforcing Python type hints
2727 # All new samples should feature them
28- "enforce_type_hints" : True ,
28+ "enforce_type_hints" : False ,
2929 # An envvar key for determining the project id to use. Change it
3030 # to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
3131 # build specific Cloud project. You can also use your own string
Original file line number Diff line number Diff line change 3131import pem
3232
3333
34- def verify (attestation_file : str , bundle_file : str ): bool
34+ def verify (attestation_file , bundle_file ):
3535 """Verifies an attestation using a bundle of certificates.
3636
3737 Args:
Original file line number Diff line number Diff line change 2525 "ignored_versions" : ["2.7" ],
2626 # Old samples are opted out of enforcing Python type hints
2727 # All new samples should feature them
28- "enforce_type_hints" : True ,
28+ "enforce_type_hints" : False ,
2929 # An envvar key for determining the project id to use. Change it
3030 # to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
3131 # build specific Cloud project. You can also use your own string
You can’t perform that action at this time.
0 commit comments