{"id":517331,"date":"2023-06-15T12:16:11","date_gmt":"2023-06-15T11:16:11","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/"},"modified":"2023-06-15T12:16:11","modified_gmt":"2023-06-15T11:16:11","slug":"shift-left-security-in-your-cloud-native-environment-with-trivy","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/","title":{"rendered":"Trivy Security Scanner: Find Vulnerabilities Fast!"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"h-what-is-trivy\">What is Trivy?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/techradar.devoteam.com\/trust-cybersecurity\/aqua-trivy\" target=\"_blank\" rel=\"noreferrer noopener\">Trivy, featured on TechRadar by Devoteam,<\/a> is an open-source tool for finding vulnerabilities and misconfigurations. It works across cloud-native infrastructures and application stacks. Trivy scans filesystems, remote Git repositories, virtual machine images, container images, Kubernetes, and AWS environments. Additionally, it supports Infrastructure-as-Code (IaC) security scanning for Docker, Kubernetes, Terraform, and CloudFormation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Trivy has become popular within the DevOps and security community. It aligns well with the DevSecOps approach and integrates easily with CI\/CD systems. Furthermore, Trivy has various extensions for popular CI\/CD platforms like GitLab CI, GitHub Actions, Azure DevOps, and CircleCI.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Detecting vulnerabilities early in the lifecycle<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Shifting left in security is essential to maintain a safe environment. With Trivy, vulnerabilities are detected early in the development lifecycle, which helps prevent future security breaches. For example, Trivy can identify Docker images running as root, Kubernetes manifests needing privileged access, or public S3 bucket configurations in Terraform scripts. Therefore, addressing these issues early reduces risks before production deployment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Key uses of Trivy<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Detecting common vulnerabilities and exposures<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Trivy scans container images, filesystems, and Git repositories for common vulnerabilities and exposures (CVEs). It identifies vulnerabilities across many operating systems and programming languages. The vulnerability database uses information from the National Vulnerability Database (NVD) and OS vendors like Debian and Ubuntu. For non-OS packages, Trivy relies on GitLab and GitHub databases.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Identifying misconfigurations in IaC<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Trivy parses cloud-native templates like Kubernetes, Docker, Terraform, and CloudFormation. It applies security rules to find misconfigurations. Users can use built-in policies or create custom Rego policies. Furthermore, Trivy integrates with Visual Studio Code and JetBrains, allowing developers to check IaC security as they code.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Scanning for exposed secrets<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Trivy scans container images, filesystems, and repositories for secrets like passwords and API keys. It includes over 50 built-in rules for secret scanning. These cover services such as AWS, GCP, GitHub, GitLab, Stripe, and Atlassian.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Compliance and benchmark scanning with Trivy<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Trivy offers scanning to check compliance with several standards, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/blog.aquasec.com\/kubernetes-benchmark-scans-trivy-cis-nsa-reports\">NSA\/CISA Kubernetes standards<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/blog.aquasec.com\/trivy-kubernetes-cis-benchmark-scanning\">Kubernetes CIS Benchmark<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.linkedin.com\/posts\/tobeystohr_docker-cis-benchmark-scans-with-trivy-activity-7027285513770270720-JdeG\">Docker CIS Benchmark<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These checks ensure that environments comply with essential security standards.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Generating a software bill of materials (SBOM)<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A software bill of materials (SBOM) lists the components, libraries, and dependencies of an application. SBOMs are vital for security, compliance, and audits. Trivy can create SBOMs in the CycloneDX standard for container images and other artefacts.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using Trivy for Kubernetes scanning<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Trivy scans entire clusters, specific namespaces, or individual resources in Kubernetes. Users can filter results by severity or type, such as vulnerabilities or misconfigurations. The Trivy K8s CLI runs locally or integrates into CI\/CD pipelines. It\u2019s useful for on-demand scans.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For continuous scanning, the Trivy K8s operator is deployed within clusters. It monitors state changes and scans whenever resources are updated or deployed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Benefits of using Trivy<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Reliability and regular updates<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Trivy&#8217;s database updates every six hours through Aqua Security\u2019s GitHub repository. A new Trivy version is released monthly.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Fast scanning performance<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Trivy\u2019s initial scans take only seconds. Subsequent scans run almost instantly, enabling efficient development workflows.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Easy installation and compatibility<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Trivy is a single binary, free of dependencies. It runs on any operating system and CPU architecture.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Versatile scanning options<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Trivy supports local and remote image scans, whether archived or extracted, across multiple container engines.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Production-ready capabilities<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Trivy is the default integrated scanner for platforms like Harbor, Artifact Hub, and GitLab\u2019s container scanning.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Open-source and cost-free<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Trivy is fully open-source and licensed under Apache 2.0. It is free for all users.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-are-the-common-uses-for-trivy\"><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">In conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Implementing shift left security principles can ensure that cloud-native apps are secure and compliant from development to production.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Data breach <a href=\"https:\/\/www.statista.com\/statistics\/1320190\/consequences-of-cloud-attacks-worldwide\/\">consequences<\/a> resulting from cloud attacks range from unplanned expenses to fix security gaps to compliance fines, lawsuits, decrease in sales, or loss of competitive edge. According to a recent Statista <a href=\"https:\/\/www.statista.com\/statistics\/1320199\/financial-damage-due-to-cloud-cyber-threats-worldwide\/\">survey<\/a>, \u201c<em>seven percent of respondents answered that their companies suffered losses worth over 500,000 U.S. dollars because of cloud cyber threats<\/em>\u201d.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Integrating Trivy into your process helps find vulnerabilities and configuration issues earlier in the software development lifecycle, reducing the time and cost associated with fixing them later.<\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-c9743ce9 wp-block-columns-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-column is-vertically-aligned-stretch is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-cover\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--large);padding-right:var(--wp--preset--spacing--large);padding-bottom:var(--wp--preset--spacing--large);padding-left:var(--wp--preset--spacing--large);min-height:446px;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(0,0,0,0.6) 20%,rgba(0,0,0,0) 60%)\"><\/span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-290\" alt=\"\" src=\"https:\/\/devoteam.info\/wp-content\/themes\/lsac-devoteam\/patterns\/images\/photo-2.webp\" data-object-fit=\"cover\"\/><div class=\"wp-block-cover__inner-container is-layout-flow wp-container-core-cover-is-layout-d33a1105 wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d65dbe6a wp-block-group-is-layout-flex\" style=\"min-height:350px\">\n<p class=\"has-text-align-center has-white-color has-text-color has-link-color has-medium-font-size wp-elements-1 wp-block-paragraph\">Secure Your Cloud Now<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/devoteam.info\/cz\/get-in-touch\/\">Contact our experts<\/a><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-stretch is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-cover\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--large);padding-right:var(--wp--preset--spacing--large);padding-bottom:var(--wp--preset--spacing--large);padding-left:var(--wp--preset--spacing--large)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim wp-block-cover__gradient-background has-background-gradient\" style=\"background:linear-gradient(0deg,rgba(0,0,0,0.6) 20%,rgba(0,0,0,0) 60%)\"><\/span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-104\" alt=\"\" src=\"https:\/\/devoteam.info\/wp-content\/themes\/lsac-devoteam\/patterns\/images\/photo-1.webp\" data-object-fit=\"cover\"\/><div class=\"wp-block-cover__inner-container is-layout-flow wp-container-core-cover-is-layout-d33a1105 wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d65dbe6a wp-block-group-is-layout-flex\" style=\"min-height:350px\">\n<p class=\"has-text-align-center has-white-color has-text-color has-link-color has-medium-font-size wp-elements-2 wp-block-paragraph\">Explore Trivy Security in <strong>Devoteam TechRadar<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/devoteam.info\/techradar-emerging-technologies-2024\/\">Discover more insights<\/a><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is Trivy? Trivy, featured on TechRadar by Devoteam, is an open-source tool for finding vulnerabilities and misconfigurations. It works across cloud-native infrastructures and application stacks. Trivy scans filesystems, remote Git repositories, virtual machine images, container images, Kubernetes, and AWS environments. Additionally, it supports Infrastructure-as-Code (IaC) security scanning for Docker, Kubernetes, Terraform, and CloudFormation. Trivy [&hellip;]<\/p>\n","protected":false},"featured_media":0,"template":"","categories":[2458,2325],"tags":[],"industry":[1112],"class_list":["post-517331","expert-view","type-expert-view","status-publish","hentry","category-cloud-native-architecture-cz","category-cybersecurity-cz","industry-technology-cz"],"acf":[],"cards":"\n\t<div class=\"single-post-card\">\n\n\t\t\n\n\t\t\n\t\t<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43282307 wp-block-group-is-layout-flex\">\n\t<p style=\"font-style:normal;font-weight:700\" class=\"has-link-color wp-elements-3 wp-block-lp-post-type has-text-color has-primary-color has-small-font-size\">Expert View<\/p>\n\n\t\t\n\t\t<h3 style=\"font-style:normal;font-weight:400\" class=\"wp-block-post-title has-base-font-size\"><a href=\"https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/\" target=\"_self\" >Trivy Security Scanner: Find Vulnerabilities Fast!<\/a><\/h3><\/div>\n\t\t\n\t<\/div>\n\n","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Trivy Security Scanner: Find Vulnerabilities Fast! | Devoteam<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Trivy Security Scanner: Find Vulnerabilities Fast!\" \/>\n<meta property=\"og:description\" content=\"What is Trivy? Trivy, featured on TechRadar by Devoteam, is an open-source tool for finding vulnerabilities and misconfigurations. It works across cloud-native infrastructures and application stacks. Trivy scans filesystems, remote Git repositories, virtual machine images, container images, Kubernetes, and AWS environments. Additionally, it supports Infrastructure-as-Code (IaC) security scanning for Docker, Kubernetes, Terraform, and CloudFormation. Trivy [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/shift-left-security-in-your-cloud-native-environment-with-trivy\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/shift-left-security-in-your-cloud-native-environment-with-trivy\\\/\",\"name\":\"Trivy Security Scanner: Find Vulnerabilities Fast! | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/shift-left-security-in-your-cloud-native-environment-with-trivy\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/shift-left-security-in-your-cloud-native-environment-with-trivy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/themes\\\/lsac-devoteam\\\/patterns\\\/images\\\/photo-2.webp\",\"datePublished\":\"2023-06-15T11:16:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/shift-left-security-in-your-cloud-native-environment-with-trivy\\\/#breadcrumb\"},\"inLanguage\":\"en-CZ\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/shift-left-security-in-your-cloud-native-environment-with-trivy\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CZ\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/shift-left-security-in-your-cloud-native-environment-with-trivy\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/themes\\\/lsac-devoteam\\\/patterns\\\/images\\\/photo-2.webp\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/themes\\\/lsac-devoteam\\\/patterns\\\/images\\\/photo-2.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/shift-left-security-in-your-cloud-native-environment-with-trivy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/expert-view\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Trivy Security Scanner: Find Vulnerabilities Fast!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/cz\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CZ\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Trivy Security Scanner: Find Vulnerabilities Fast! | Devoteam","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:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/","og_locale":"en_US","og_type":"article","og_title":"Trivy Security Scanner: Find Vulnerabilities Fast!","og_description":"What is Trivy? Trivy, featured on TechRadar by Devoteam, is an open-source tool for finding vulnerabilities and misconfigurations. It works across cloud-native infrastructures and application stacks. Trivy scans filesystems, remote Git repositories, virtual machine images, container images, Kubernetes, and AWS environments. Additionally, it supports Infrastructure-as-Code (IaC) security scanning for Docker, Kubernetes, Terraform, and CloudFormation. Trivy [&hellip;]","og_url":"https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/","og_site_name":"Devoteam","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/","url":"https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/","name":"Trivy Security Scanner: Find Vulnerabilities Fast! | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/cz\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/themes\/lsac-devoteam\/patterns\/images\/photo-2.webp","datePublished":"2023-06-15T11:16:11+00:00","breadcrumb":{"@id":"https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/#breadcrumb"},"inLanguage":"en-CZ","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/"]}]},{"@type":"ImageObject","inLanguage":"en-CZ","@id":"https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/themes\/lsac-devoteam\/patterns\/images\/photo-2.webp","contentUrl":"https:\/\/devoteam.info\/wp-content\/themes\/lsac-devoteam\/patterns\/images\/photo-2.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/cz\/expert-view\/shift-left-security-in-your-cloud-native-environment-with-trivy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/cz\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/cz\/expert-view\/"},{"@type":"ListItem","position":3,"name":"Trivy Security Scanner: Find Vulnerabilities Fast!"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/cz\/#website","url":"https:\/\/devoteam.info\/cz\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/cz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CZ"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Julien Pawlowski","author_link":"https:\/\/devoteam.info\/cz\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"What is Trivy? Trivy, featured on TechRadar by Devoteam, is an open-source tool for finding vulnerabilities and misconfigurations. It works across cloud-native infrastructures and application stacks. Trivy scans filesystems, remote Git repositories, virtual machine images, container images, Kubernetes, and AWS environments. Additionally, it supports Infrastructure-as-Code (IaC) security scanning for Docker, Kubernetes, Terraform, and CloudFormation. Trivy&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/expert-view\/517331","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/expert-view\/517331\/revisions"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/media?parent=517331"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/categories?post=517331"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/tags?post=517331"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/cz\/wp-json\/wp\/v2\/industry?post=517331"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}