Skip to content

Commit c530c98

Browse files
committed
[#594] Remove CodeQL queries for AUTOSAR
1 parent d447391 commit c530c98

File tree

2 files changed

+2
-68
lines changed

2 files changed

+2
-68
lines changed

.github/workflows/codeql_autosar.yml

-66
This file was deleted.

compiler/extensions/cpp/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The following describes features which minimize the risk of Zserio C++ runtime l
158158
- AddressSanitizer is run with no findings
159159
- UndefinedBehaviourSanitizer is run with no findings
160160
- C++ runtime library sources are checked by static analysis tool clang-tidy version 14.0.6
161-
- C++ runtime library sources are checked by CodeQL queries from [GitHub](https://github.com/ndsev/zserio/security/code-scanning)
161+
- C++ runtime library sources are checked by [SonarCloud](https://sonarcloud.io/summary/new_code?id=ndsev_zserio)
162162

163163
#### Clang-tidy Usage
164164

@@ -188,7 +188,7 @@ The following describes features which minimize the risk of Zserio C++ generated
188188
- Unit tests check C++ code generated from small zserio schemas (>70 schemas)
189189
- Generated sources are checked by static analysis tool clang-tidy version 14.0.6 using
190190
[this configuration](runtime/ClangTidyConfig.txt)
191-
- Generated sources are checked by CodeQL queries from [GitHub](https://github.com/ndsev/zserio/security/code-scanning)
191+
- Generated sources are checked by [SonarCloud](https://sonarcloud.io/summary/new_code?id=ndsev_zserio)
192192

193193
### Exceptions
194194

0 commit comments

Comments
 (0)