Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

RedHatProductSecurity/griffon

This branch is 89 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5867b03 · Dec 5, 2023
Dec 5, 2023
Feb 15, 2023
Nov 22, 2023
Feb 16, 2023
Nov 27, 2023
Nov 22, 2023
Nov 22, 2023
Apr 11, 2023
Jan 24, 2023
Nov 22, 2023
Nov 22, 2023
Nov 22, 2023
Feb 19, 2023
Nov 22, 2023
Apr 5, 2023
Feb 5, 2023
Nov 22, 2023
Nov 22, 2023

Repository files navigation

Ǥriffon

Red Hat Product Security CLI providing:

  • Set of service operations answering 'canned' product security related queries and automating away some manual 'drudgery'
  • Dynamic, extensible set of custom plugin operations for interacting with external services
  • Set of entity operations on flaws, affects, components, products, etc... for searching, listing and retrieving entities.

The CLI provides a 'facade' over coarse grained security related data services allowing for easier aggregation and narrowing of security information.

> griffon                                   
Usage: griffon [OPTIONS] COMMAND [ARGS]...

  Red Hat Product Security CLI

Options:
  -V, --version                   Display griffon version.
  -d, --debug                     Debug log level.
  -f, --format [json|text|table]  Result format (default is text format).
  -v                              Verbose output, more detailed search
                                  results, can be used multiple times (e.g.
                                  -vvv).
  --no-progress-bar               Disable progress bar.
  --no-color                      Disable output of color ansi esc sequences.
  --profile [default|cloud|openshift|middleware|latest]
                                  Activate profile, defined in .griffonrc.
  --editor / --no-editor          Allow text editor prompt.
  --help                          Show this message and exit.

Commands:
  configure  Configure griffon.
  docs       Links to useful docs.
  entities   Entity operations.
  plugins    3rd party plugins.
  service    Service operations.

To install:

pip install griffon

To learn more:

User guide (quickstart)

Tutorial

Developer guide