Branch was auto-updated.

This commit is contained in:
Bhavin Patel
2024-07-09 08:24:12 -07:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ import re
def main():
# Load the YAML file
with open('test_results/summary.yml', 'r') as file:
with open('/home/runner/work/security_content/security_content/test_results/summary.yml', 'r') as file:
data = yaml.safe_load(file)
# Extract total_fail value and debug print it