Skip to content
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

Sonarcube issues fix (wip) #2683

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Sonarcube issues fix (wip) #2683

wants to merge 4 commits into from

Conversation

sbylica-splunk
Copy link
Contributor

No description provided.

@sbylica-splunk sbylica-splunk changed the title Sonarcube issues fix (Work in progress) Sonarcube issues fix Jan 24, 2025
@sbylica-splunk sbylica-splunk changed the title Sonarcube issues fix Sonarcube issues fix (wip) Jan 24, 2025
@mstopa-splunk
Copy link
Contributor

change the title to comply with the SemVer style, for example fix: resolve sonarqube reported issues

RUN apt-get install sshpass
RUN apt-get update -y \
&& apt-get --no-install-recommends install parallel -y build-essential \
&& apt-get --no-install-recommends install sshpass -y build-essential \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we do apt install --no-install-recommends -y parallel build-essential sshpass

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, changed both of them

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you also remove the duplicated build-essential installation? was it required by sonarcube to add this lib?

ansible/app/docker-compose.yml Show resolved Hide resolved
package/Dockerfile Outdated Show resolved Hide resolved
package/Dockerfile.lite Outdated Show resolved Hide resolved
package/sbin/entrypoint.sh Outdated Show resolved Hide resolved
tests/conftest.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants