-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DATAGO-79385: update opentofu and solace provider #203
Conversation
ADD terraform-provider-solacebroker_${SOLACE_PROVIDER_VERSION}_${PLATFORM}.zip /opt/ema/terraform | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why zip file?
you could use .tar and just use add (I think add also works with zip)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because this version 1.0.1 only had the zip format available.
As for the command I followed the steps from this confluence page. Please let me know if that's wrong instruction!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ADD command already extracts content no?
the point I am trying to make is most likely, you do not need the unzip command https://docs.docker.com/build/building/best-practices/#add-or-copy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a comment
SonarQube Quality Gate 0 Bugs No Coverage information |
What is the purpose of this change?
To address MEND vulnerability reports
How was this change implemented?
Replaced openTofu and solace's terraform provider with newer versions.
How was this change tested?
From the latest changes of this PR, test configPush and Scans on macbook, windows, and cloudManaged:
Is there anything the reviewers should focus on/be aware of?
Nope.