質問 057
### サードパーティのCIシステムでコードスキャンを実行する場合、コードベースを解析するためにどのGitHubツールが必要ですか?
> https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/using-code-scanning-with-your-existing-ci-system#about-using-code-scanning-with-your-existing-ci-system
1. [x] 特にGitHubツールは必要なく、SARIF形式の結果を出力できる任意の静的解析ツールでよい。
1. [ ] GitHub Code Scanningツールをインストールする必要がある。
1. [ ] CodeQL CLIをインストールする必要がある。
1. [ ] GitHub CLIをインストールする必要がある。