{"id":101824,"date":"2025-05-19T07:27:08","date_gmt":"2025-05-19T05:27:08","guid":{"rendered":"https:\/\/staging.checkmarx.com\/?post_type=learn&#038;p=101824"},"modified":"2025-05-19T07:28:55","modified_gmt":"2025-05-19T05:28:55","slug":"the-role-of-runtime-monitoring-in-container-security","status":"publish","type":"learn","link":"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/","title":{"rendered":"The Role of Runtime Monitoring in Container Security"},"content":{"rendered":"<p>In the race to deploy modern applications faster and more frequently, containers have become the backbone of cloud-native development. But with this agility comes complexity and risk. Containers may be lightweight and portable, but they are also opaque by nature, often bundled with vulnerabilities, misconfigurations, or even malicious code. That\u2019s why container security must evolve beyond traditional scanning.<\/p>\n\n\n\n<p>Container scanning tools help identify risks during development, but they can only go so far. Once containers are running in production, static analysis can\u2019t tell you which vulnerabilities are truly exploitable or how an attacker might behave in real time. That\u2019s where runtime monitoring steps in, giving security and DevOps teams the visibility they need to defend actively running workloads.<\/p>\n\n\n\n<p>In this Q&amp;A, we explore the crucial role of runtime monitoring in container security to bring static and dynamic insights into a unified view and why this integrated approach is transforming DevOps security for organizations embracing containers at scale.<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-1\"><strong>Q: Why is runtime monitoring so important for container security?<\/strong><\/h2>\n\n\n\n<p><strong>A:<\/strong><strong><br><\/strong>Runtime monitoring is essential because it gives security teams visibility into how applications behave once they\u2019re actually running. Containers are often treated as black boxes \u2013 packaged up, shipped off, and deployed across cloud-native infrastructure. But what happens during runtime can\u2019t always be predicted by static scans alone.<\/p>\n\n\n\n<p>While <a href=\"https:\/\/checkmarx.com\/product\/container-security\/\">container scanning tools<\/a> identify known vulnerabilities in base images and dependencies, they don\u2019t show whether those vulnerabilities are ever actually used or exploited. That\u2019s where runtime monitoring comes in. It detects anomalies like unexpected system calls, suspicious process activity, or unauthorized network communication\u2014all in real time\u2014and feeds that insight back to developers. This feedback loop helps expedite resolution by enabling faster response to real threats.<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-2\"><strong>Q: How does this fit into a modern container security strategy?<\/strong><\/h2>\n\n\n\n<p><strong>A:<\/strong><strong><br><\/strong>A complete container security strategy spans the entire application lifecycle:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>\n<strong>Development<\/strong> \u2013 Scan code, dependencies, and base images using container scanning tools.<\/li>\n\n\n\n<li>\n<strong>CI\/CD pipelines<\/strong> \u2013 Integrate scans into builds, blocking vulnerable images from reaching production.<\/li>\n\n\n\n<li>\n<strong>Deployment<\/strong> \u2013 Use runtime monitoring to detect and remediate vulnerabilities in containers in production.<\/li>\n\n\n\n<li>\n<strong>Runtime Feedback<\/strong> \u2013 Correlate real-time behavior with scan data for smarter prioritization.<\/li>\n\n\n\n<li>\n<strong>Continuous Improvement<\/strong> \u2013 Feed runtime insights back into the development cycle.<\/li>\n<\/ol>\n\n\n\n<p>This loop turns container security into an ongoing, adaptive process aligned with the speed and complexity of modern DevOps environments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-3\"><strong>Q: What are the limitations of static container scanning?<\/strong><\/h2>\n\n\n\n<p><strong>A:<\/strong><strong><br><\/strong>Static container scanning tools are excellent at identifying vulnerabilities in code, third-party libraries, and base images before deployment. Checkmarx, for example, scans across all image layers \u2013 base, code, and dependencies \u2013 and provides remediation guidance early in the software development life cycle (SDLC).<\/p>\n\n\n\n<p>However, there are key limitations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Static scans can\u2019t detect runtime behavior like process injection or privilege escalation.<\/li>\n\n\n\n<li>They lack context, treating every CVE as high-priority without knowing if it&#8217;s even used.<\/li>\n\n\n\n<li>They produce high volumes of alerts without clear prioritization, contributing to alert fatigue for DevOps security teams.<\/li>\n<\/ul>\n\n\n\n<p>Checkmarx addresses these issues by integrating with runtime monitoring tools like <a href=\"https:\/\/checkmarx.com\/blog\/container-runtime-insights-to-prioritize-what-matters-most\/\">Sysdig<\/a>, enabling teams to distinguish between theoretical vulnerabilities and those that are actively exploitable.<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-4\"><strong>Q: How does runtime monitoring complement container scanning?<\/strong><\/h2>\n\n\n\n<p><strong>A:<\/strong><strong><br><\/strong>Runtime monitoring closes the loop. It lets teams see which packages and libraries are being used in production and whether any of them are involved in suspicious activity. This is especially useful when you\u2019re dealing with container images that include dozens of third-party components.<\/p>\n\n\n\n<p>With Checkmarx and Sysdig working together, static scan data is enriched by runtime usage data. This correlation helps teams:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Prioritize vulnerabilities based on execution at runtime.<\/li>\n\n\n\n<li>Reduce noise by eliminating non-exploitable findings.<\/li>\n\n\n\n<li>Speed up triage and remediation by focusing on what matters most.<\/li>\n\n\n\n<li>Create a feedback loop between code running in production and developer environments (e.g., IDEs), enabling rapid prioritization and faster resolution of exploitable vulnerabilities.<\/li>\n<\/ul>\n\n\n\n<p>Instead of chasing every CVE, security teams can target the ones that are actually active in live environments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-5\"><strong>Q: Can you give an example of how runtime monitoring improves DevOps security?<\/strong><\/h2>\n\n\n\n<p><strong>A:<\/strong><strong><br><\/strong>Let\u2019s say a developer builds a container with 25 vulnerabilities flagged by a <strong>container scanning<\/strong> tool. Without runtime insight, all 25 might seem equally urgent. But with monitoring the container in production, you learn that only five of those packages are actually executed, and only two of them make external network calls.<\/p>\n\n\n\n<p>Now, you\u2019re no longer spreading your attention thin. Your team focuses on the two exploitable vulnerabilities that are active, reducing risk and increasing efficiency. This is a major upgrade for DevOps security as it helps shift from reactive scanning to intelligent, risk-aware remediation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-6\"><strong>Q: How does this integration support compliance and reporting?<\/strong><\/h2>\n\n\n\n<p><strong>A:<\/strong><strong><br><\/strong>Many compliance frameworks like PCI-DSS, ISO 27001, and NIST require organizations to monitor runtime behavior and maintain security logs. The Checkmarx and Sysdig integration enables this in several ways:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\n<strong>Runtime logs<\/strong> serve as evidence during audits or incident investigations.<\/li>\n\n\n\n<li>\n<strong>Scan Risk Reports<\/strong> summarize vulnerabilities by severity and runtime status, providing auditors with actionable documentation.<\/li>\n\n\n\n<li>\n<strong>Exportable formats<\/strong> (JSON, CSV, PDF) make it easy to integrate findings into compliance workflows.<\/li>\n<\/ul>\n\n\n\n<p>This not only supports audit readiness but also strengthens overall <strong>container security<\/strong> posture by keeping security grounded in real-world data.<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-7\"><strong>Q: How does this benefit developers?<\/strong><\/h2>\n\n\n\n<p><strong>A:<\/strong><strong><br><\/strong>Developers want to move fast, but not at the expense of security. One of the biggest challenges is the overload of security alerts that don\u2019t reflect reality. With runtime monitoring integrated into the process, developers:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Get fewer false positives<\/li>\n\n\n\n<li>Receive contextual remediation advice<\/li>\n\n\n\n<li>Understand which issues are actually critical<\/li>\n\n\n\n<li>See how vulnerabilities are being used in production<\/li>\n<\/ul>\n\n\n\n<p>Checkmarx even integrates with Docker and CI\/CD pipelines, ensuring that developers receive real-time feedback without slowing down their workflows. As emphasized in the<a href=\"https:\/\/checkmarx.com\/learn\/container-security\/container-security-checklist-guide\/\"> Container Security Checklist<\/a>, empowering developers with context-aware insights leads to better security outcomes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-8\"><strong>Q: What kind of runtime data is captured by Sysdig?<\/strong><\/h2>\n\n\n\n<p><strong>A:<\/strong><strong><br><\/strong>Sysdig captures rich telemetry from running containers, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Process executions<\/li>\n\n\n\n<li>File system access<\/li>\n\n\n\n<li>Network connections<\/li>\n\n\n\n<li>System calls and behaviors<\/li>\n\n\n\n<li>Container start\/stop events<\/li>\n<\/ul>\n\n\n\n<p>When integrated with Checkmarx, this data is used to confirm whether scanned vulnerabilities are associated with active components. This creates a feedback loop that ties runtime insights back into the static scanning process.<\/p>\n\n\n\n<p>The result: fewer false positives, faster remediation, and higher confidence in container risk assessments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading article-anchor\" id=\"article-anchor-9\"><strong>From Static to Strategic<\/strong><\/h2>\n\n\n\n<p>Runtime monitoring, when paired with robust container scanning tools, transforms security from a static checklist into a dynamic, responsive discipline.<\/p>\n\n\n\n<p>By combining Checkmarx\u2019s high-accuracy vulnerability detection with Sysdig\u2019s real-time runtime analysis, organizations can prioritize real threats, reduce operational noise, and build truly secure containerized applications. It\u2019s a smarter, faster, and more developer-friendly approach to DevOps security \u2013 one that\u2019s ready for the scale of cloud-native development. Learn more about Checkmarx, Sysdig, and runtime insights in our joint webinar <a href=\"https:\/\/info.checkmarx.com\/tech-partner\/sysdig\/bridging-code-and-cloud-security?_gl=1*mcmh90*_gcl_aw*R0NMLjE3NDQ3MzI2OTMuQ2owS0NRandoX2lfQmhDekFSSXNBTmltZW9FbnIteFZNaG1FZ3VjNjJXbW1yeVB3eWpYSVpSNk50cFEydXJXZE5GZExGd3dxUXI4YnR4a2FBc0hiRUFMd193Y0I.*_gcl_au*ODcyMDU3MTguMTc0MDQzMTU3OA..*_ga*MTA3NTQ2MDY3Ni4xNzQwNDMxNTc4*_ga_TGCYJYTE53*MTc0NTU5NjI3Ny43NC4xLjE3NDU1OTYyODEuNTYuMC4w\">here<\/a>.<\/p>\n\n\n<section class=\"section-block-info light-theme\">\n    <div class=\"main-wrapper block-info__wrapper\">\n        <div class=\"block-info center\">\n\t\t\t\n\t\t\t<h2 class=\"section-title article-anchor\" id=\"article-anchor-10\">Containers Are Efficient, but Risky. We Can Help.<\/h2>\t\t\t<p class=\"section-description\">6 ways to better manage risk and be ready to run.<\/p>\n\t\t\t<div class=\"actions\">\n\t\t\t\t        <a href=\"https:\/\/checkmarx.com\/6-key-considerations-for-container-security-ciso\/\" class=\"btn btn-2 btn-bg white demo\">Read More<\/a>\n        \t\t\t\t\t\t\t<\/div>\n        <\/div>\n    <\/div>\n<\/section>","protected":false},"author":143,"featured_media":101825,"parent":0,"menu_order":0,"template":"","meta":{"_acf_changed":true,"footnotes":""},"learn-cat":[864],"class_list":["post-101824","learn","type-learn","status-publish","has-post-thumbnail","hentry","learn-cat-container-security"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Role of Runtime Monitoring in Container Security<\/title>\n<meta name=\"description\" content=\"Explore how runtime monitoring enhances container security and how integrating tools like Sysdig with Checkmarx uncover exploitable vulnerabilities during application execution. Learn how container scanning tools improve DevOps security through runtime visibility.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Role of Runtime Monitoring in Container Security\" \/>\n<meta property=\"og:description\" content=\"Explore how runtime monitoring enhances container security and how integrating tools like Sysdig with Checkmarx uncover exploitable vulnerabilities during application execution. Learn how container scanning tools improve DevOps security through runtime visibility.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/\" \/>\n<meta property=\"og:site_name\" content=\"Checkmarx\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Checkmarx.Source.Code.Analysis\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-19T05:28:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/The-Role-of-Runtime-Monitoring-in-Container-Security-V1_2x-scaled.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1281\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@checkmarx\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/\"},\"author\":{\"name\":\"Eran Kinsbruner\",\"@id\":\"https:\/\/checkmarx.com\/#\/schema\/person\/0e5df47a6fb9c1bc0e0b31ef6cfd41fa\"},\"headline\":\"The Role of Runtime Monitoring in Container Security\",\"datePublished\":\"2025-05-19T05:27:08+00:00\",\"dateModified\":\"2025-05-19T05:28:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/\"},\"wordCount\":1141,\"publisher\":{\"@id\":\"https:\/\/checkmarx.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/The-Role-of-Runtime-Monitoring-in-Container-Security-V1_2x-scaled.webp\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/\",\"url\":\"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/\",\"name\":\"The Role of Runtime Monitoring in Container Security\",\"isPartOf\":{\"@id\":\"https:\/\/checkmarx.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/The-Role-of-Runtime-Monitoring-in-Container-Security-V1_2x-scaled.webp\",\"datePublished\":\"2025-05-19T05:27:08+00:00\",\"dateModified\":\"2025-05-19T05:28:55+00:00\",\"description\":\"Explore how runtime monitoring enhances container security and how integrating tools like Sysdig with Checkmarx uncover exploitable vulnerabilities during application execution. Learn how container scanning tools improve DevOps security through runtime visibility.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/#primaryimage\",\"url\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/The-Role-of-Runtime-Monitoring-in-Container-Security-V1_2x-scaled.webp\",\"contentUrl\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/The-Role-of-Runtime-Monitoring-in-Container-Security-V1_2x-scaled.webp\",\"width\":2560,\"height\":1281,\"caption\":\"container scanning tools\"},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/checkmarx.com\/#website\",\"url\":\"https:\/\/checkmarx.com\/\",\"name\":\"Checkmarx\",\"description\":\"The world runs on code. We secure it.\",\"publisher\":{\"@id\":\"https:\/\/checkmarx.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/checkmarx.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/checkmarx.com\/#organization\",\"name\":\"Checkmarx\",\"url\":\"https:\/\/checkmarx.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/checkmarx.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2024\/02\/logo-dark.svg\",\"contentUrl\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2024\/02\/logo-dark.svg\",\"width\":1,\"height\":1,\"caption\":\"Checkmarx\"},\"image\":{\"@id\":\"https:\/\/checkmarx.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/Checkmarx.Source.Code.Analysis\",\"https:\/\/x.com\/checkmarx\",\"https:\/\/www.youtube.com\/user\/CheckmarxResearchLab\",\"https:\/\/www.linkedin.com\/company\/checkmarx\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/checkmarx.com\/#\/schema\/person\/0e5df47a6fb9c1bc0e0b31ef6cfd41fa\",\"name\":\"Eran Kinsbruner\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/checkmarx.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/Eran-Kinsbruner-avatar-150x150.jpg\",\"contentUrl\":\"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/Eran-Kinsbruner-avatar-150x150.jpg\",\"caption\":\"Eran Kinsbruner\"},\"description\":\"Enterprise Product Marketing Executive. Recognized thought leader, board advisor to stealth companies, researcher, inventor, and best-selling author of four books. Expertise in B2B SAAS, AI, observability, DevOps, and software quality.\",\"url\":\"https:\/\/checkmarx.com\/author\/erankinsbruner\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Role of Runtime Monitoring in Container Security","description":"Explore how runtime monitoring enhances container security and how integrating tools like Sysdig with Checkmarx uncover exploitable vulnerabilities during application execution. Learn how container scanning tools improve DevOps security through runtime visibility.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/","og_locale":"en_US","og_type":"article","og_title":"The Role of Runtime Monitoring in Container Security","og_description":"Explore how runtime monitoring enhances container security and how integrating tools like Sysdig with Checkmarx uncover exploitable vulnerabilities during application execution. Learn how container scanning tools improve DevOps security through runtime visibility.","og_url":"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/","og_site_name":"Checkmarx","article_publisher":"https:\/\/www.facebook.com\/Checkmarx.Source.Code.Analysis","article_modified_time":"2025-05-19T05:28:55+00:00","og_image":[{"width":2560,"height":1281,"url":"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/The-Role-of-Runtime-Monitoring-in-Container-Security-V1_2x-scaled.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@checkmarx","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/#article","isPartOf":{"@id":"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/"},"author":{"name":"Eran Kinsbruner","@id":"https:\/\/checkmarx.com\/#\/schema\/person\/0e5df47a6fb9c1bc0e0b31ef6cfd41fa"},"headline":"The Role of Runtime Monitoring in Container Security","datePublished":"2025-05-19T05:27:08+00:00","dateModified":"2025-05-19T05:28:55+00:00","mainEntityOfPage":{"@id":"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/"},"wordCount":1141,"publisher":{"@id":"https:\/\/checkmarx.com\/#organization"},"image":{"@id":"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/#primaryimage"},"thumbnailUrl":"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/The-Role-of-Runtime-Monitoring-in-Container-Security-V1_2x-scaled.webp","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/","url":"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/","name":"The Role of Runtime Monitoring in Container Security","isPartOf":{"@id":"https:\/\/checkmarx.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/#primaryimage"},"image":{"@id":"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/#primaryimage"},"thumbnailUrl":"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/The-Role-of-Runtime-Monitoring-in-Container-Security-V1_2x-scaled.webp","datePublished":"2025-05-19T05:27:08+00:00","dateModified":"2025-05-19T05:28:55+00:00","description":"Explore how runtime monitoring enhances container security and how integrating tools like Sysdig with Checkmarx uncover exploitable vulnerabilities during application execution. Learn how container scanning tools improve DevOps security through runtime visibility.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/checkmarx.com\/learn\/container-security\/the-role-of-runtime-monitoring-in-container-security\/#primaryimage","url":"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/The-Role-of-Runtime-Monitoring-in-Container-Security-V1_2x-scaled.webp","contentUrl":"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/The-Role-of-Runtime-Monitoring-in-Container-Security-V1_2x-scaled.webp","width":2560,"height":1281,"caption":"container scanning tools"},{"@type":"WebSite","@id":"https:\/\/checkmarx.com\/#website","url":"https:\/\/checkmarx.com\/","name":"Checkmarx","description":"The world runs on code. We secure it.","publisher":{"@id":"https:\/\/checkmarx.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/checkmarx.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/checkmarx.com\/#organization","name":"Checkmarx","url":"https:\/\/checkmarx.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/checkmarx.com\/#\/schema\/logo\/image\/","url":"https:\/\/checkmarx.com\/wp-content\/uploads\/2024\/02\/logo-dark.svg","contentUrl":"https:\/\/checkmarx.com\/wp-content\/uploads\/2024\/02\/logo-dark.svg","width":1,"height":1,"caption":"Checkmarx"},"image":{"@id":"https:\/\/checkmarx.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Checkmarx.Source.Code.Analysis","https:\/\/x.com\/checkmarx","https:\/\/www.youtube.com\/user\/CheckmarxResearchLab","https:\/\/www.linkedin.com\/company\/checkmarx"]},{"@type":"Person","@id":"https:\/\/checkmarx.com\/#\/schema\/person\/0e5df47a6fb9c1bc0e0b31ef6cfd41fa","name":"Eran Kinsbruner","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/checkmarx.com\/#\/schema\/person\/image\/","url":"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/Eran-Kinsbruner-avatar-150x150.jpg","contentUrl":"https:\/\/checkmarx.com\/wp-content\/uploads\/2025\/05\/Eran-Kinsbruner-avatar-150x150.jpg","caption":"Eran Kinsbruner"},"description":"Enterprise Product Marketing Executive. Recognized thought leader, board advisor to stealth companies, researcher, inventor, and best-selling author of four books. Expertise in B2B SAAS, AI, observability, DevOps, and software quality.","url":"https:\/\/checkmarx.com\/author\/erankinsbruner\/"}]}},"_links":{"self":[{"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/learn\/101824","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/learn"}],"about":[{"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/types\/learn"}],"author":[{"embeddable":true,"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/users\/143"}],"version-history":[{"count":0,"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/learn\/101824\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/media\/101825"}],"wp:attachment":[{"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/media?parent=101824"}],"wp:term":[{"taxonomy":"learn-cat","embeddable":true,"href":"https:\/\/checkmarx.com\/wp-json\/wp\/v2\/learn-cat?post=101824"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}