medium
Single Answer
0

As part of his CI/CD pipeline process, Felix reviews source code manually to identify any flaws or security concerns. What type of process is Felix following?

Answer Options

A

Dynamic analysis

B

Agile code development

C

Static analysis

D

Internal review

Correct Answer: C

Explanation

Static analysis processes for code involve reviewing the source code itself. Dynamic analysis processes use running code. Agile is a project management framework, and internal review is not a term used to describe this.