Skip to content

Commit a8f3a77

Browse files
committed
fic: Remove unnecessary import and update expected test output for Web App Always On check
1 parent 43c2d58 commit a8f3a77

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

ql/src/reliability/WebAppAlwaysOnDisabled.ql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*/
1414

1515
import bicep
16-
import codeql.bicep.frameworks.Microsoft.Web
1716

1817
from Web::SitesResource site, Web::SitesProperties::SiteConfig config
1918
where
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
| webapp-without-alwayson | Azure Web App doesn't have Always On enabled, which can lead to poor reliability and potential security issues due to cold starts. |
2-
| webapp-with-alwayson-disabled | Azure Web App doesn't have Always On enabled, which can lead to poor reliability and potential security issues due to cold starts. |
1+
| app.bicep:17:1:27:1 | AppService[webAppWithoutAlwaysOn] | Azure Web App doesn't have Always On enabled, which can lead to poor reliability and potential security issues due to cold starts. |
2+
| app.bicep:30:1:40:1 | AppService[webAppWithAlwaysOnDisabled] | Azure Web App doesn't have Always On enabled, which can lead to poor reliability and potential security issues due to cold starts. |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
security/reliability/WebAppAlwaysOnDisabled.ql
1+
reliability/WebAppAlwaysOnDisabled.ql

0 commit comments

Comments
 (0)