Skip to content

Commit

Permalink
Fix a issue in a trivy_scan.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: hansinikarunarathne <[email protected]>
  • Loading branch information
hansinikarunarathne committed Jun 24, 2024
1 parent 0d7fdbe commit 5621640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/trivy_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def extract_images(version):


# Write the table output to a file in the specified folder
output_file = SUMMARY_OF_SEVERITY_COUNTS + 'summary_of_severity_counts_for_WGs_in_table.txt'
output_file = SUMMARY_OF_SEVERITY_COUNTS + '/summary_of_severity_counts_for_WGs_in_table.txt'
with open(output_file, 'w') as f:
f.write(str(table))

Expand Down

0 comments on commit 5621640

Please sign in to comment.