Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.19 KB

File metadata and controls

31 lines (24 loc) · 1.19 KB
title scan-in-osh
date 2024-05-22
sidebar_position 41

packit scan-in-osh

Builds a SRPM file and performs a scan in OpenScanHub.

Help

Usage: packit scan-in-osh [OPTIONS] [PATH_OR_URL]

  Perform a scan through OpenScanHub. You need a valid Kerberos ticket and set
  `dns_canonicalize_hostname=false` in Kerberos configurations. Documentation
  can be found at https://fedoraproject.org/wiki/OpenScanHub.

Options:
  -p, --package TEXT  Package to build, if more than one available, like in a
                      monorepo configuration. Use it multiple times to select
                      multiple packages.Defaults to all the packages listed
                      inside the config.
  --target TEXT       Chroot to build in. (defaults to 'fedora-
                      rawhide-x86_64')
  --base-srpm TEXT    Base SRPM to perform a differential build against
  --base-nvr TEXT     Base NVR in Koji to perform a differential build against
  --comment TEXT      Comment for the build
  --csmock-args TEXT  Pass additional arguments to csmock
  -h, --help          Show this message and exit.