Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): add ignore_on_exit on readme guide #105

Merged
merged 1 commit into from
Mar 11, 2024
Merged

fix(docs): add ignore_on_exit on readme guide #105

merged 1 commit into from
Mar 11, 2024

Conversation

cxMiguelSilva
Copy link
Collaborator

closes #76
proposed changes:

  • add ignore_on_exitto sarif upload guide

@cxMiguelSilva cxMiguelSilva self-assigned this Mar 8, 2024
Copy link

github-actions bot commented Mar 8, 2024

kics-logo

KICS version: v1.7.13

Category Results
CRITICAL CRITICAL 0
HIGH HIGH 3
MEDIUM MEDIUM 2
LOW LOW 0
INFO INFO 0
TRACE TRACE 0
TOTAL TOTAL 5
Metric Values
Files scanned placeholder 2
Files parsed placeholder 2
Files failed to scan placeholder 0
Total executed queries placeholder 1045
Queries failed to execute placeholder 0
Execution time placeholder 27

Queries Results

Query Name Query Id Severity Platform Category Experimental Description File Name Line Resource Type Resource Name Issue Type Search Key Expected Value Actual Value Remediation Remediation Type
AD Admin Not Configured For SQL Server a3a055d2-9a2e-4cc9-b9fb-12850a1a3a4b HIGH Terraform Insecure Configurations false The Active Directory Administrator is not configured for a SQL server test/samples/positive1.tf 6 azurerm_sql_server mysqlserver1 MissingAttribute azurerm_sql_server[positive2] A 'azurerm_sql_active_directory_administrator' should be defined for 'azurerm_sql_server[positive2]' A 'azurerm_sql_active_directory_administrator' is not defined for 'azurerm_sql_server[positive2]'
Admin User Enabled For Container Registry b897dfbf-322c-45a8-b67c-1e698beeaa51 HIGH Terraform Access Control false Admin user is enabled for Container Registry test/samples/positive2.tf 11 azurerm_container_registry containerRegistry1 IncorrectValue azurerm_container_registry[positive2].admin_enabled 'admin_enabled' equal 'false' 'admin_enabled' equal 'true' {"after":"false","before":"true"} replacement
Passwords And Secrets - Generic Password 487f4be7-3fd9-4506-a07a-eae252180c08 HIGH Common Secret Management false Query to find passwords and secrets in infrastructure code. test/samples/positive1.tf 12 RedundantAttribute Hardcoded secret key should not appear in source Hardcoded secret key appears in source
SQL Server Auditing Disabled f7e296b0-6660-4bc5-8f87-22ac4a815edf MEDIUM Terraform Observability false Make sure that for SQL Servers, 'Auditing' is set to 'On' test/samples/positive1.tf 6 azurerm_sql_server mysqlserver1 MissingAttribute azurerm_sql_server[positive2] 'azurerm_sql_server.positive2.extended_auditing_policy' should exist 'azurerm_sql_server.positive2.extended_auditing_policy' does not exist
SQL Server Predictable Active Directory Account Name bcd3fc01-5902-4f2a-b05a-227f9bbf5450 MEDIUM Terraform Best Practices false Azure SQL Server must avoid using predictable Active Directory Administrator Account names, like 'Admin', which means the attribute 'login' must be set to a name that is not easy to predict test/samples/positive1.tf 18 azurerm_sql_active_directory_administrator positive3 IncorrectValue azurerm_sql_active_directory_administrator[positive3].login 'azurerm_sql_active_directory_administrator[positive3].login' should not be predictable' 'azurerm_sql_active_directory_administrator[positive3].login' is predictable

@gabriel-cx gabriel-cx merged commit 6d1dc92 into master Mar 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The example Uploading SARIF report should not fail on results
2 participants