Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

11,789

Downloads of v 0.54.1:

282

Last Update:

01 Aug 2024

Published Date:

01 Aug 2024

Package Maintainer(s):

Software Author(s):

  • Teppei Fukuda

Tags:

trivy ci scan security docker image admin

Trivy

(Waiting for Maintainer to take corrective action)

  • 1
  • 2
  • 3

0.54.1 | Updated: 01 Aug 2024

Downloads:

11,789

Downloads of v 0.54.1:

282

Published:

01 Aug 2024

Maintainer(s):

Software Author(s):

  • Teppei Fukuda

Trivy 0.54.1

(Waiting for Maintainer to take corrective action)

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Teppei Fukuda. The inclusion of Teppei Fukuda trademark(s), if any, upon this webpage is solely to identify Teppei Fukuda goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Failed


Verification Testing Pending


Scan Testing Pending

IMPORTANT

This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.

  • Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
  • This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
  • You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
  • There are also no guarantees that it will be approved.
WARNING

There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.

marcinbojko (maintainer) on 01 Aug 2024 06:31:16 +00:00:

User 'marcinbojko' (maintainer) submitted package.

chocolatey-ops (reviewer) on 01 Aug 2024 07:03:31 +00:00:

trivy has failed automated validation.

Requirements

Requirements represent the minimum quality of a package that is acceptable. When a package version has failed requirements, the package version requires fixing and/or response by the maintainer. Provided a Requirement has flagged correctly, it must be fixed before the package version can be approved. The exact same version should be uploaded during moderation review.

  • We were unable to find a package, and are unable to continue validation. Please try uploading the package again. If you encounter this message again, please contact the Site Administrators.

chocolatey-ops (reviewer) on 21 Aug 2024 07:03:45 +00:00:

We've found trivy v0.54.1 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.

Take action:

  • Log in to the site and respond to the review comments.
  • Resubmit fixes for this version.
  • If the package version is failing automated checks, you can self-reject the package.

If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.

Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.

Description

Trivy

Description

A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI - https://github.com/aquasecurity/trivy

Features

  • Install and uninstall via Chocolatey
  • Supports only 64bit version

Usage

Package Parameters

  • /DownloadDatabaseOnly = (Yes/No) - If set to "Yes", after instalation Trivy will update DB only

    If not set, then "No" is default answer

Direct

choco install trivy -y

or with DB update during instalation

choco install trivy -y --params "//DownloadDatabaseOnly=Yes"

YAML (Foreman, puppetlabs/chocolatey module)

trivy:
  ensure: latest
  provider: chocolatey

or

trivy:
  ensure: latest

tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$packageName        = 'trivy'
$version            = '0.54.1'
$url64              = "https://github.com/aquasecurity/trivy/releases/download/v"+$version+"/trivy_"+$version+"_Windows-64bit.zip"
$checksum64         = '133225579af67cc88616c2bfb75d78bb3535e2839bdf10c694cebb442d79e0bc'
$bindir             = Join-Path $env:ChocolateyInstall "lib\trivy\tools\trivy.exe"

[regex]$downloaddatabaseonly = “(?i)^(Yes|No)$”

$pp=Get-PackageParameters
if (!$pp['DownloadDatabaseOnly']) {$pp['DownloadDatabaseOnly']='No'}
else {
    if ($pp['DownloadDatabaseOnly'] -notmatch $downloaddatabaseonly) {
      Write-Output "Wrong value $($pp.DownloadDatabaseOnly) for parameter DownloadDatabaseOnly"
      exit (1)
    }
}
$packageArgs = @{
  packageName     = $packageName
  fileType        = 'msi'
  url64bit        = $url64
  UnzipLocation   = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
  checksumType64  = 'sha256'
  checksum64      = $checksum64
}

Install-ChocolateyZipPackage @packageArgs

# Write-Output $bindir
try {
    if ($($pp.DownloadDatabaseOnly) -eq "Yes") {
      Write-Output "Updating Trivy databases - it can take a while"
      & $bindir 'image --download-db-only'
    }
    else {
      Write-Output "No db update selected"
    }
}
catch {
  # We don't care about updates, if they'll fail, do not fail package
  exit (0)
}

No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.

Add to Builder Version Downloads Last Updated Status
Trivy 0.54.1 282 Thursday, August 1, 2024
Waiting for Maintainer
Trivy 0.53.0 880 Tuesday, July 2, 2024 Approved
Trivy 0.52.2 455 Sunday, June 16, 2024 Approved
Trivy 0.52.1 191 Monday, June 10, 2024 Approved
Trivy 0.52.0 76 Friday, June 7, 2024 Approved
Trivy 0.51.4 31 Thursday, June 6, 2024 Approved
Trivy 0.51.2 43 Wednesday, June 5, 2024 Approved
Trivy 0.51.1 33 Wednesday, June 5, 2024 Approved
Trivy 0.51.0 264 Sunday, May 12, 2024 Approved
Trivy 0.50.4 32 Saturday, May 11, 2024 Approved
Trivy 0.50.2 80 Tuesday, May 7, 2024 Approved
Trivy 0.50.1 765 Sunday, April 14, 2024 Approved
Trivy 0.50.0 384 Tuesday, March 26, 2024 Approved
Trivy 0.49.1 818 Wednesday, February 7, 2024 Approved
Trivy 0.49.0 64 Tuesday, February 6, 2024 Approved
Trivy 0.48.3 246 Tuesday, January 16, 2024 Approved
Trivy 0.48.2 52 Monday, January 15, 2024 Approved
Trivy 0.48.1 51 Friday, January 12, 2024 Approved
Trivy 0.48.0 28 Friday, January 12, 2024 Approved
Trivy 0.47.0 891 Saturday, November 11, 2023 Approved
Trivy 0.46.1 39 Friday, November 10, 2023 Approved
Trivy 0.46.0 620 Monday, October 16, 2023 Approved
Trivy 0.45.1 328 Thursday, September 21, 2023 Approved
Trivy 0.45.0 109 Tuesday, September 5, 2023 Approved
Trivy 0.44.1 49 Monday, September 4, 2023 Approved
Trivy 0.44.0 126 Saturday, September 2, 2023 Approved
Trivy 0.43.1 39 Friday, September 1, 2023 Approved
Trivy 0.43.0 29 Friday, September 1, 2023 Approved
Trivy 0.42.1 349 Sunday, July 9, 2023 Approved
Trivy 0.42.0 273 Friday, June 2, 2023 Approved
Trivy 0.41.0 39 Friday, June 2, 2023 Approved
Trivy 0.40.0 38 Friday, June 2, 2023 Approved
Trivy 0.39.1 48 Thursday, June 1, 2023 Approved
Trivy 0.39.0 44 Wednesday, May 31, 2023 Approved
Trivy 0.38.3 46 Wednesday, May 31, 2023 Approved
Trivy 0.38.2 35 Wednesday, May 31, 2023 Approved
Trivy 0.38.1 45 Wednesday, May 31, 2023 Approved
Trivy 0.38.0 40 Wednesday, May 31, 2023 Approved
Trivy 0.37.3 36 Tuesday, May 30, 2023 Approved
Trivy 0.37.2 40 Tuesday, May 30, 2023 Approved
Trivy 0.37.1 35 Tuesday, May 30, 2023 Approved
Trivy 0.37.0 40 Tuesday, May 30, 2023 Approved
Trivy 0.36.1 37 Tuesday, May 30, 2023 Approved
Trivy 0.36.0 41 Monday, May 29, 2023 Approved
Trivy 0.1.7 1519 Friday, November 15, 2019 Approved
Trivy 0.1.6 308 Monday, August 26, 2019 Approved
Trivy 0.1.5 188 Thursday, August 22, 2019 Approved
Trivy 0.1.4 243 Monday, July 8, 2019 Approved
Trivy 0.1.3 218 Thursday, June 27, 2019 Approved
Trivy 0.1.2 232 Friday, June 7, 2019 Approved
Trivy 0.1.1 177 Thursday, June 6, 2019 Approved

This package has no dependencies.

Discussion for the Trivy Package

Ground Rules:

  • This discussion is only about Trivy and the Trivy package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Trivy, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus