Skip to content

Add files

6216c4e
Select commit
Loading
Failed to load commit list.
Open

Feature/devsecops demo 03 #65

Add files
6216c4e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / defsec failed May 9, 2025 in 10s

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 samples/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 samples/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 samples/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 samples/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 samples/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.