CodeAnt AI home page
Search...
⌘K
Dashboard
Dashboard
Search...
Navigation
Documentation
Demo Call with CEO
Blog
Slack
Get Started
CodeAnt AI
Setup
Control Center
Pull Request Review
IDE
Compliance
Anti-Patterns
Code Governance
Infrastructure Security Database
Application Security Database
Apex
Bash
C
Clojure
Cpp
Csharp
Dockerfile
Audit
Best practice
Correctness
Security
Elixir
Fingerprints
Generic
Go
Html
Java
Javascript
Json
Kotlin
Ocaml
Php
Problem-based-packs
Python
Ruby
Rust
Scala
Solidity
Swift
Terraform
Typescript
Yaml
Open Source
Dockerfile
Audit
dockerfile-source-not-pinned
To ensure reproducible builds, pin Dockerfile
FROM
commands to a specific hash. You can find the hash by running
docker pull $IMAGE
and then specify it with
$IMAGE:$VERSION@sha256:<hash goes here>
Security
Best practice
Assistant
Responses are generated using AI and may contain mistakes.