Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Remove trivy scan from build to avoid podman build failures #224

Closed
Sakshi-dell opened this issue Mar 17, 2022 · 0 comments
Closed
Assignees
Labels
area/csi-powerscale Issue pertains to the CSI Driver for Dell EMC PowerScale type/bug Something isn't working. This is the default label associated with a bug issue.
Milestone

Comments

@Sakshi-dell
Copy link
Collaborator

Sakshi-dell commented Mar 17, 2022

Bug Description

make podman-build command failing for CSI-Powerscale.
The image once build is scanned using trivy.

Logs

Error: error building at STEP "RUN microdnf install -y --enablerepo=ubi-8-baseos tar &&     microdnf clean all &&     curl https://raw.githubusercontent.com/aquasecurity/trivy/master/contrib/install.sh | sh v0.22.0 &&     trivy fs -s CRITICAL --exit-code 1 / &&     trivy fs -s HIGH / &&     trivy image --reset &&     rm ./bin/trivy": error while running runtime: exit status 127
make[1]: *** [podman-build] Error 125

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

run make podman-build command

Expected Behavior

make command should run successfully.

CSM Driver(s)

CSI Driver for PowerScale v2.1

Installation Type

No response

Container Storage Modules Enabled

No response

Container Orchestrator

k8s

Operating System

RHEL

@Sakshi-dell Sakshi-dell added type/bug Something isn't working. This is the default label associated with a bug issue. area/csi-powerscale Issue pertains to the CSI Driver for Dell EMC PowerScale labels Mar 17, 2022
@Sakshi-dell Sakshi-dell added this to the v1.2.0 milestone Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/csi-powerscale Issue pertains to the CSI Driver for Dell EMC PowerScale type/bug Something isn't working. This is the default label associated with a bug issue.
Projects
None yet
Development

No branches or pull requests

2 participants