Kaspersky Container Security

Scanned application software packages

Kaspersky Container Security supports the following scanned application software packages in the specified programming languages:

  • Ruby:
    • gemspec (image is scanned).
    • Gemfile.lock (repository in CI/CD is scanned).
  • Python:
    • egg package, wheel package, conda package (image is scanned).
    • Pipfile.lock, poetry.lock, requirements.txt (repository in CI/CD is scanned).
  • PHP:
    • installed.json (image is scanned).
    • composer.lock (repository in CI/CD is scanned).
  • Node.js:
    • package.json (image is scanned).
    • package-lock.json, yarn.lock, pnpm-lock.yaml (repository in CI/CD is scanned).
  • .NET: packages.lock.json, packages.config, .deps.json, Packages.props (image and repository in CI/CD are scanned).
  • Java:
    • * .jar, * .war, * .par and * .ear (image is scanned).
    • pom.xml, * gradle.lockfile, * .sbt.lock (repository in CI/CD is scanned).
  • Go:
    • Binary files (image is scanned).
    • go.mod (repository in CI/CD is scanned).
  • Rust:
    • Binaries checked by Cargo (image is scanned).
    • Cargo.lock (image and repository in CI/CD are scanned).
  • C/C++: conan.lock (repository in CI/CD is scanned).
  • Elixir: mix.lock (repository in CI/CD is scanned).
  • Dart: pubspec.lock (repository in CI/CD is scanned).
  • Swift: Podfile.lock, Package.resolved (repository in CI/CD is scanned).
  • Julia: Manifest.toml (image and repository in CI/CD are scanned).