Skip to content

Commit

Permalink
chore: mark Go AVD-AZU-0050 as deprecated
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin committed Aug 22, 2024
1 parent 65ba0fc commit 51e7402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion checks/cloud/azure/network/ssh_blocked_from_internet.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ SSH access should not be permitted from the internet (*, 0.0.0.0, /0, internet,
Links: terraformSshBlockedFromInternetLinks,
RemediationMarkdown: terraformSshBlockedFromInternetRemediationMarkdown,
},
Severity: severity.Critical,
Severity: severity.Critical,
Deprecated: true,
},
func(s *state.State) (results scan.Results) {
for _, group := range s.Azure.Network.SecurityGroups {
Expand Down

0 comments on commit 51e7402

Please sign in to comment.