Skip to content

Commit

Permalink
Added fix for output tag
Browse files Browse the repository at this point in the history
Signed-off-by: anmol <[email protected]>
  • Loading branch information
Anmol-RapidFort committed Jan 31, 2024
1 parent 7d1218d commit cb91064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community_images/common/orchestrator/harden_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def generate_harden_for_tag_mappings(self, tag_mappings, publish):
output_tag_details.repo,
output_tag_details.stub_tag)

rfharden_cmd = f"rfharden {output_tag_details.full_stub_tag} --put-meta"
rfharden_cmd = f"rfharden {output_tag_details.full_stub_tag} --put-meta -o {output_tag_details.full_hardened_tag}"
if rfignore_exists:
rfharden_cmd += f" --profile {rfignore_path}"

Expand Down

0 comments on commit cb91064

Please sign in to comment.