Skip to content

feat(infra): Add PowerShell module with GitHub OAuth and -WhatIf support

d7b6059
Select commit
Loading
Failed to load commit list.
Open

feat: Add Azure infrastructure provisioning #11

feat(infra): Add PowerShell module with GitHub OAuth and -WhatIf support
d7b6059
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 10, 2025 in 0s

8 new issues (0 max.) of at least severity.

Annotations

Check failure on line 136 in infra/Initialize-CodePals.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

infra/Initialize-CodePals.ps1#L136

File 'Initialize-CodePals.ps1' uses ConvertTo-SecureString with plaintext. This will expose secure information. Encrypted standard strings should be used instead.

Check failure on line 149 in infra/Initialize-CodePals.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

infra/Initialize-CodePals.ps1#L149

File 'Initialize-CodePals.ps1' uses ConvertTo-SecureString with plaintext. This will expose secure information. Encrypted standard strings should be used instead.

Check failure on line 172 in infra/Initialize-GitHubOAuth.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

infra/Initialize-GitHubOAuth.ps1#L172

File 'Initialize-GitHubOAuth.ps1' uses ConvertTo-SecureString with plaintext. This will expose secure information. Encrypted standard strings should be used instead.

Check failure on line 177 in infra/Initialize-GitHubOAuth.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

infra/Initialize-GitHubOAuth.ps1#L177

File 'Initialize-GitHubOAuth.ps1' uses ConvertTo-SecureString with plaintext. This will expose secure information. Encrypted standard strings should be used instead.

Check failure on line 182 in infra/Initialize-GitHubOAuth.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

infra/Initialize-GitHubOAuth.ps1#L182

File 'Initialize-GitHubOAuth.ps1' uses ConvertTo-SecureString with plaintext. This will expose secure information. Encrypted standard strings should be used instead.

Check failure on line 194 in infra/Initialize-GitHubOAuth.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

infra/Initialize-GitHubOAuth.ps1#L194

File 'Initialize-GitHubOAuth.ps1' uses ConvertTo-SecureString with plaintext. This will expose secure information. Encrypted standard strings should be used instead.

Check failure on line 156 in infra/Initialize-Infra.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

infra/Initialize-Infra.ps1#L156

File 'Initialize-Infra.ps1' uses ConvertTo-SecureString with plaintext. This will expose secure information. Encrypted standard strings should be used instead.

Check failure on line 170 in infra/Initialize-Infra.ps1

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

infra/Initialize-Infra.ps1#L170

File 'Initialize-Infra.ps1' uses ConvertTo-SecureString with plaintext. This will expose secure information. Encrypted standard strings should be used instead.