sbom bank cover

Leading Global Bank Partners with AccuKnox to Deploy SBOM Security

 |  Edited : August 07, 2026

An Indian public sector bank scored AccuKnox against CERT-In BOM Guidelines v2.0 in a fully air-gapped POC. Ten projects, one week, SBOM and CBOM generated automatically.

Reading Time: 7 minutes

TL;DR

  • One of India’s largest public sector banks selected AccuKnox for SBOM and software supply chain security after scoring the platform line by line against CERT-In BOM Guidelines v2.0.
  • The entire deployment ran on-premises and fully air-gapped, with zero internet connectivity at any point.
  • The team scanned ten distinct software projects in one week, start to finish.
  • The platform generated SBOM and CBOM automatically, validated AI-BOM and HBOM, and wrote output in both SPDX and CycloneDX.
  • Vulnerability detection, transitive dependency mapping, and automated mapping of the CERT-In required fields all passed.

Why Do Indian Banks Suddenly Need an SBOM Program?

CERT-In published its first SBOM guidelines in October 2024 and replaced them in July 2025 with Technical Guidelines on SBOM, QBOM, CBOM, AIBOM and HBOM version 2.0. The scope widened from software alone to cryptography, AI models, and hardware. RBI’s own SBOM mandate for banks is expected to align with that document.

What the guidelines ask for is specific. Every component needs a version and a unique identifier, with supplier attribution. Dependency graphs must cover direct and transitive relationships. Each BOM record needs creator identity, tool provenance, a timestamp, and a data license.

The operational tasks are harder than the format. A bank has to hold continuous visibility of components across its applications, refresh the BOM when software changes, keep records available for audit, and collect and validate the SBOMs its vendors send in. That last one is the part most banks have no process for at all.

sbom bank checklist icons

The SBOM capability checklist Indian banks are being scored against.

What the Bank Tested, and What It Scored Against

The bank ran a formal evaluation rather than a demo. Its Cyber Information Security Division scored each capability as supported, partially supported, or not supported, with proof required for every claim.

The scorecard covered five areas. BOM generation and automation came first, then ingestion and parsing of BOMs received from vendors and internal developers, then vulnerability tracking and analysis, then license compliance and policy checks, and finally version comparison and change tracking.

Scored area What the bank required
BOM generation Automatic SBOM and CBOM for every application type, in SPDX and CycloneDX, carrying all CERT-In minimum elements
Ingestion and parsing Ingest, normalize, and validate BOMs received from vendors and developers, without duplicating records
Vulnerability tracking CVE-to-component mapping, CVSS and exploitability prioritization, search by CVE identifier
License compliance Flag unauthorized licenses, deprecated packages, and known vulnerable components, with alerts
Version comparison Track component changes across versions and highlight what was added, removed, or changed

Ten software projects went through the pipeline in a single week. Generation ran through the knoxctl CLI, while continuous monitoring, vulnerability enrichment, alerting, and reporting ran in the AccuKnox platform.

sbom bank bom types grid

Air-Gapped From Day One, with Support for SaaS and On-Prem

The deployment was 100% on-premises with no internet connectivity. Both halves of the workflow, generation and monitoring, ran inside the bank’s own perimeter with no outbound calls.

That constraint quietly eliminates a large part of the SBOM market. Plenty of tools generate a clean CycloneDX file and then need a cloud backend to enrich it, score it, or store it. In a public sector bank’s core environment, that backend does not exist and will not be approved.

Five BOM Types, Two Formats, One Toolchain

The bank’s form marked SBOM and CBOM mandatory, and the platform generated both automatically with proof attached. The team also demonstrated AI-BOM and HBOM validation, which matters because CERT-In v2.0 now covers AI models and hardware explicitly.

Every BOM came out in both SPDX and CycloneDX, carrying all the minimum elements CERT-In lists, with a unique identifier assigned to each component. The platform ingested, normalized, and validated the BOMs vendors sent in, and re-uploading the same file did not create duplicate records.

sbom bank three tools

AccuKnox’s SBOM Compliance Platform for CERT-In Guidelines and RBI Banking Requirements

RBI’s SBOM mandate for Indian banks demands continuous lifecycle management, not static file generation. Here’s what compliance requires.

Read Blog

From Build Artefact to Runtime Enforcement

Generating a BOM is where most programs stop. The bank was more interested in what happens after generation, because a BOM sitting in a directory changes nothing about risk.

sbom bank cicd diagram

The path from CI/CD artefact, through pre-deployment verification, to runtime.

Artefacts from the code repository, container images, and packages feed a signing step that produces signed releases. The platform then handles BOM analysis, license verification, and risk prioritization. An admission controller checks the BOM before a workload deploys, so a workload without a BOM or carrying a disallowed license never reaches the cluster. Runtime enforcement holds the line after deployment, catching drift and protecting integrity against the recorded BOM.

That chain is also what moves a build platform up the SLSA levels, from signed provenance at level 2 to hermetic builds and full pipeline security at level 4.

Transitive Risk Is Where the Exposure Actually Sits

Direct dependencies are the ones teams already know about. The damage tends to arrive through the libraries your libraries pull in, which is exactly what CERT-In means by requiring full dependency graphs.

sbom bank dependency graph

Dependency graph showing transitive relationships, outdated components, and version conflicts.

The graph view maps every hop and flags outdated packages, components shared across multiple parents, and conflicting versions of the same library. CVEs from the vulnerability databases map onto those components, prioritized by CVSS score and exploitability, and searchable by CVE identifier when an advisory lands and someone senior asks whether the bank is exposed.

License risk rides along the same graph. Unauthorized open source licenses, deprecated packages, and known vulnerable components each raise an alert.

Tracking What Changed Between Two Builds

CERT-In asks for BOMs to be refreshed when software changes, which is only useful if someone can see the difference between two versions.

sbom bank sbom comparison

Comparing two BOMs, with added, removed, and changed components.

SBOM datasheet download

The comparison view counts what was added, removed, changed, and left alone, then lists each component with its version movement and license change. A library that quietly moved from Apache 2.0 to a commercial license shows up here rather than in a legal review two years later.

sbom bank component detail

Component-level detail, including supplier, PURL, OSSF score, and scope.

Why The Leading Bank Chose AccuKnox – Supply Chain Security, xBOM Capability, CERT-IN Compliance

The Air-Gapped Deployment Worked

No internet connectivity, no cloud dependency, generation and monitoring both inside the bank’s perimeter. For a public sector bank this is a pass or fail gate before features get discussed.
sbom bank icon deployment

One Tool Covered Generation and Monitoring

A CLI produced the BOMs and the same platform handled vulnerability enrichment, alerting, and reporting, so the bank did not have to integrate a generator with a separate management backend.
sbom bank icon generation

Coverage Went Past SBOM

CBOM was mandatory on the bank’s form and it works today, with AI-BOM and HBOM validation demonstrated alongside it. Banks buying an SBOM-only tool in 2026 will be running this evaluation again shortly.
sbom bank icon decision

Enforcement, Not Just Inventory

Admission control blocks workloads without a valid BOM or with disallowed licenses, and runtime drift detection keeps the deployed state matching the recorded one.
sbom bank icon enforcement

Compliance Fields Mapped Themselves

CERT-In minimum elements, component identifiers, supplier data, and dependency relationships were populated by the tooling rather than assembled by an analyst the week before an audit.
sbom bank icon compliance

FAQ

What is the difference between SBOM and xBOM?

SBOM lists software components. xBOM is the umbrella for the related formats: CBOM for cryptography, AI-BOM for models and datasets, HBOM for hardware, QBOM for quantum readiness, and others. CERT-In v2.0 covers the wider set.

Is the RBI SBOM mandate in force?

The RBI requirement is expected rather than published, and it is expected to align with CERT-In BOM Guidelines v2.0. Banks that build against CERT-In v2.0 now are building against the likely target.

Can SBOM tooling run without internet access?

This deployment did. Generation ran through a local CLI and monitoring ran on an on-premises control plane, with no outbound connectivity from either.

How are vendor-supplied SBOMs handled?

The platform ingests them, normalizes them, and validates them against the expected schema, then merges them into the same inventory as internally generated BOMs. Re-uploading an identical file does not duplicate records.

What formats does the output use?

SPDX and CycloneDX, both carrying the minimum elements CERT-In specifies, with a unique identifier on every component.

Ready For A Personalized Security Assessment?

“Choosing AccuKnox was driven by opensource KubeArmor’s novel use of eBPF and LSM technologies, delivering runtime security”

idt

Golan Ben-Oni

Chief Information Officer

“At Prudent, we advocate for a comprehensive end-to-end methodology in application and cloud security. AccuKnox excelled in all areas in our in depth evaluation.”

prudent

Manoj Kern

CIO

“Tible is committed to delivering comprehensive security, compliance, and governance for all of its stakeholders.”

tible

Merijn Boom

Managing Director

×