Skip to content

feat: Add initial Dockerfile, Pipfile.lock, and Terraform example for…

0e88b50
Select commit
Loading
Failed to load commit list.
Open

feat: Add initial Dockerfile, Pipfile.lock, and Terraform example for… #158

feat: Add initial Dockerfile, Pipfile.lock, and Terraform example for…
0e88b50
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / defsec failed Apr 2, 2026 in 5s

5 new alerts including 5 errors

New alerts in code changed by this pull request

  • 5 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 64 in devsecops-demo/example-02.tf

See this annotation in the file changed.

Code scanning / defsec

An inbound network security rule allows traffic from /0. Error

Security group rule allows ingress from public internet.

Check failure on line 64 in devsecops-demo/example-02.tf

See this annotation in the file changed.

Code scanning / defsec

An inbound network security rule allows traffic from /0. Error

Security group rule allows ingress from public internet.

Check failure on line 64 in devsecops-demo/example-02.tf

See this annotation in the file changed.

Code scanning / defsec

An inbound network security rule allows traffic from /0. Error

Security group rule allows ingress from public internet.

Check failure on line 64 in devsecops-demo/example-02.tf

See this annotation in the file changed.

Code scanning / defsec

SSH access should not be accessible from the Internet, should be blocked on port 22 Error

Security group rule allows ingress to SSH port from multiple public internet addresses.

Check failure on line 129 in devsecops-demo/example-02.tf

See this annotation in the file changed.

Code scanning / defsec

Password authentication should be disabled on Azure virtual machines Error

Linux virtual machine allows password authentication.