Home > Software > Webdevelopment > Docker > Trivy

Trivy logo

Details

Package ID
trivy
Version
0.1.7
Downloads
485
Website
https://github.com/aquasecurity/trivy

Summary

A Simple and Comprehensive Vulnerability Scanner for Containers, Suitable for CI

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 32 and 64-bit version

Dependencies

Due to proper usage and DB update, package git is required.

Changelog

2019-11-14 Build 0.1.7

  • version 0.1.7

2019-08-25 Build 0.1.6

  • version 0.1.6

2019-08-22 Build 0.1.5

  • version 0.1.5

2019-07-08 Build 0.1.4

  • version 0.1.4

2019-06-27 Build 0.1.3

  • version 0.1.3

2019-06-07 Build 0.1.2

  • version 0.1.2

2019-05-27 Build 0.1.1

Usage

Package Parameters

  • /RefreshDB = (Yes/No) - If set to "Yes", after instalation Trivy will reset and update databases.

    If not set, then “No” is default answer

    Without git package instalation can take a while

Direct

choco install trivy -y

or with DB update during instalation

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

YAML (Foreman, puppetlabs/chocolatey module)

trivy:
  ensure: latest
  provider: chocolatey

or

trivy:
  ensure: latest

Comments

Loading comments...