VOOZH about

URL: https://thenewstack.io/build-software-supply-chain-trust-with-a-devsecops-platform/

⇱ Build Software Supply Chain Trust with a DevSecOps Platform - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2023-03-21 08:23:28
Build Software Supply Chain Trust with a DevSecOps Platform
sponsor-vmware,sponsored-post-contributed,
Platform Engineering / Security / Software Development

Build Software Supply Chain Trust with a DevSecOps Platform

Platform engineers can build horizontal tools to help developers and security analysts improve security in the software supply chain.
Mar 21st, 2023 8:23am by Diego Lapiduz
👁 Featued image for: Build Software Supply Chain Trust with a DevSecOps Platform
VMware Tanzu sponsored this post.

Software developers at large organizations are constantly challenged with new security and compliance requirements that aim to increase the safety of their app development and delivery processes.

However, these new and changing security and compliance requirements are written and implemented by security teams that do not take into consideration their developers’ workflow. The idea of shifting security left has been popularized as a way to deal with this, but even then, it can lead to lost developer productivity and software that is less secure if not implemented properly.

It’s become clear that merely “shifting security left” is not enough because, often all that does is shift additional burdens or decisions to developers, which distracts them from writing code.

An end-to-end approach that focuses on automated controls and tools set by platform and security engineers can help reduce toil, leaving developers to focus on creating the applications that drive business and revenue.

We need to improve the automation around processes for software supply chain security to help developers manage these requirements from build time to production. Enterprise developers need to have tools that provide clear and smart guardrails that are applied constantly and without manual intervention, enabling them to focus on business value.

When it comes to building a secure software supply chain, we should focus on the following five desired outcomes.

Trusted by enterprises and loved by developers, VMware Tanzu is built for platform and data teams who want to accelerate agentic software delivery and AI-ready data. Tanzu provides a pre-engineered, agentic app platform and an AI-ready data intelligence platform that helps enterprises build, run, manage and safeguard agents, their integrations and data so you can capitalize on AI at scale. 
Learn More
The latest from VMware Tanzu
Hear more from our sponsor

Developer-Focused Vulnerability Management

When building an application, developers, platform operators and security professionals want to monitor vulnerabilities throughout the software supply chain. The challenge comes when multiple vulnerability scanners are used at different stages in the pipeline and different teams are notified and required to take action without proper coordination.

A security-focused application platform can build in scan orchestration to not only detect vulnerabilities but also to map those findings to a workload. This feature allows developers to identify issues throughout the life cycle of their applications and help them resolve issues, shifting left the responsibility with a higher degree of automation. Moreover, the platform can build trust with security analysts by showing the performance of application developers and helping them understand the risk that teams are facing.

With the right automation, application platforms can help organizations reduce noise by building a richer understanding of the applications and their runtime environment.

Once a platform detects these vulnerabilities, both at build time and at runtime, it needs to help developers triage and remediate them. This in turn reduces the toil created by all the security scanners and pushes the analysis and tooling to the people who know their software the best, developers. Engineering teams can triage the vulnerabilities that are found in the supply chain and leverage platform automation to rebuild their images, mitigating any potentially exploitable issues.

Engineering teams across all enterprises are drowning in security alerts due to the lack of orchestration and alert mapping. However, with the right automation, application platforms can help organizations reduce noise by building a richer understanding of the applications and their runtime environment. Having this automation can radically reduce toil for developers and improve the teams’ security posture.

Provable Software Supply Chain Integrity

Since the disclosure of multiple software supply chain vulnerabilities by large software vendors, it has been clear that, as an industry, we need to improve our application integrity processes.

The release and growing adoption of the security frameworks SLSA and sigstore have helped development teams improve their integrity efforts. That said, creating a software supply chain that meets the SLSA requirements and implements strict signatures from development to production is still complex.

Platform teams can create automated supply chains to help developers achieve SLSA compliance. Particularly, tooling and platform engineers looking to achieve this can focus on having basic controls for their build process like:

  • Having a fully scripted and reproducible delivery pipeline (like Jenkinsfile or GitHub Actions workflow)
  • Using a building service that generates authenticated provenance information
  • Requiring a two-person review of all changes (this is only a requirement for SLSA level 4, but it is a general best practice)

With these controls in place, teams can achieve SLSA level 2 and move up to level 3 with a build system that can authenticate the provenance information.

SLSA continues to be under development and the community is continuously improving the implementation options.

Attestations

Supply chain attestations enable developers to show the integrity of their software from build time to runtime. It is authenticated metadata about a collection of software artifacts that can be used to verify their provenance. SLSA has created a model for software attestations that platform teams can use to help developers prove the origin of their code.

In-toto is the implementation of the attestation model used by SLSA. It can be used with build tools like GitHub Actions to create and verify attestations about the build process of applications.

Once teams implement authenticated attestations, they can use them to verify multiple steps in the build process. For example, they can attest that the build occurred in a trusted build system or that the artifact passed an enterprise approval process.

After all the attestations are created, the production environment can automatically verify that all the required steps were taken before the application is deployed without manual intervention and with the confidence provided by cryptographic verification.

Security Integrations Are the Key

Application platforms are required to work with multiple different tools, from vulnerability scanners to monitoring solutions. Integrations with other tools are critical to helping teams deliver secure systems.

Integrations need to be a core feature of a platform. Security is a team sport, and when building automation to help development, operations and security teams, you want all the players to work together.

An application platform with a security focus should integrate and orchestrate tools like vulnerability scanning, dynamic application scanning, runtime application protection and others.

According to the latest Panaseer Security Leaders peer report, security teams use, on average, 76 different tools. Some of these tools require input and interactions from development teams, but enterprises rarely have the orchestration capabilities to provide engineers with the right information at the right time. Even with “shift left” initiatives, developers have to use multiple tools and dashboards, which ends up creating more toil.

An application platform with a security focus should integrate and orchestrate tools like vulnerability scanning, dynamic application scanning, runtime application protection and others to provide developers with the right information at the right time. Additionally, having integrations feed information about the security posture of the application can be used to create policies and perform automated defense tasks that can improve overall security and reduce compliance toil.

Smart Guardrails with Cross-Environment Policy, Compliance Workflows

Tools like OPA and Kyverno have helped move forward compliance management for application environments to levels that were previously not even considered. These tools help platform operators set boundaries for developers to ensure they stay compliant with their regulatory frameworks and their enterprise requirements without requiring manual reviews.

Platform teams can leverage these tools to create guardrails that are flexible enough for developers to work inside them but that provide the right level of trust for all the different groups in their organization.

Building on previous tools like vulnerability management, integrity checks, attestations and integrations, a platform team can create a rich set of policies that provide a significant level of confidence in the artifacts deployed in a given environment. Having these tools can increase trust between developers, platform engineers and security teams without having to drop to manual processes.

By having these adaptable rules, teams can focus their effort on delivering applications, instead of having to prove the security and compliance of their applications manually.

Learn More

In his book “Securing Cloud Apps,” Adib Saikali offers insights, sample code and architectures written from the developer’s experience. You can read and download the chapters as they are published over time here for free. Though not mentioned in detail here, internal developer portals are proving to be a great way for platform engineering, security and operations teams to ensure developers are using the most secure and updated tools available.

For more about the value of internal developer portals, check out this Gartner Tech Insights report. In the meantime, there are multiple tools that seek to bolster security in the app dev process through app-level observability and vulnerability data.

While these tools are necessary, they should be included in the app platform and more importantly provide data that is actionable, as highlighted in this KubeCon talk by Kara Yimoyines.

And if the idea of platform engineering is new to you, check out this white paper about how to build a platform that will actually help your developers deliver quality software faster.

Read more about the DevSecOps definition and the benefits of DevSecOps.

Trusted by enterprises and loved by developers, VMware Tanzu is built for platform and data teams who want to accelerate agentic software delivery and AI-ready data. Tanzu provides a pre-engineered, agentic app platform and an AI-ready data intelligence platform that helps enterprises build, run, manage and safeguard agents, their integrations and data so you can capitalize on AI at scale. 
Learn More
The latest from VMware Tanzu
Hear more from our sponsor
TRENDING STORIES
Diego Lapiduz is the director of engineering for VMware Tanzu Application Platform security. Over the past 20 years, he has been building products to help highly regulated organizations move faster and deploy applications safely. His biggest projects were focused on...
Read more from Diego Lapiduz
VMware Tanzu sponsored this post.
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Pragma.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.