This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Covscan: Fix the command and add RHEL 9 support
- Fixes `images:covscan` command for 4.13. SSL CA certificates are currently added too late so we see certificate errors with yum installs (`rhsm-pulp.corp.redhat.com` is now on HTTPS). - Fixes missing `cppcheck` package error by adding `rhel-8-codeready-builder-rpms` repo. - Adds support for scanning RHEL 9 based images. - Adds `--podman-sudo` flag. Unless specified, podman will be run in rootless mode so that we will not see files owned by root on Jenkins. - Adds `--podman-tmpdir` option to customize the directory for image downloads. Currently, this directory is a subdirectory of `--result-archive`, which might be on an NFS share that doesn't support SELinux labeling and cause SELinux issues.
- Loading branch information
Showing
3 changed files
with
102 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters