Skip to content

Conversation

@mannyb325
Copy link

This pull request introduces significant infrastructure automation and documentation enhancements, along with the addition of a small Python utility script and the initial setup for GitHub Actions workflow configuration. The main focus is on provisioning an Apache web server on Azure using Terraform, documenting an Ubuntu upgrade process, and providing a sample Python script for random greetings.

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
4 Security Hotspots
B Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@mpchenette mpchenette self-requested a review October 30, 2025 18:08
Added detailed instructions and best practices for using the Terraform agent, including file structure, code organization, and validation steps.
protocol = "Tcp"
source_port_range = "*"
destination_port_range = "22"
source_address_prefix = "*"

Check notice

Code scanning / SonarCloud

Administration services access should be restricted to specific IP addresses Low

Restrict IP addresses authorized to access administration services. See more on SonarQube Cloud
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 7, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
4 Security Hotspots
B Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

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.

1 participant