Get Started
- CodeAnt AI
- Control Center
- Pull Request Review
- IDE
- Compliance
- Anti-Patterns
- Code Governance
- Infrastructure Security Database
- Application Security Database
- Apex
- Bash
- C
- Clojure
- Cpp
- Csharp
- Dockerfile
- Elixir
- Fingerprints
- Generic
- Go
- Html
- Java
- Javascript
- Json
- Kotlin
- Ocaml
- Php
- Problem-based-packs
- Python
- Ruby
- Rust
- Scala
- Solidity
- Swift
- Terraform
- Typescript
- Yaml
- Argo
- Docker-compose
- Github-actions
- Gitlab
- Kubernetes
- Openapi
- Semgrep
- Semgrep
Gitlab
Correctness
This Gitlab CI YAML will never run on default branches due to a changes
rule with when:never
. To fix this, make sure the triggering event is a push event. You can do this with if: '$CI_PIPELINE_SOURCE == "push"'
. See https://docs.gitlab.com/ee/ci/yaml/index.html#ruleschanges