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

Query "Missing Flag From Dnf Install" fails incorrectly #5284

Closed
tspearconquest opened this issue May 1, 2022 · 2 comments · Fixed by #5310
Closed

Query "Missing Flag From Dnf Install" fails incorrectly #5284

tspearconquest opened this issue May 1, 2022 · 2 comments · Fixed by #5310
Assignees
Labels
community Community contribution

Comments

@tspearconquest
Copy link
Contributor

Hello, the query fails with the below in Dockerfile for me:

RUN microdnf install -y \
    openssl-libs-1:1.1.1k-6.el8_5.x86_64 \
    zlib-1.2.11-18.el8_5.x86_64 \
 && microdnf clean all

Any idea what's wrong? I tried to remove the backslash characters and put it all on one line but the output from kics was still the same.

@cxMiguelSilva
Copy link
Collaborator

Hi @tspearconquest hope you are doing great!!
Thank you so much for your input. We adapted our query to support microdnf check on run command in this PR #5310.
Hope it fixes the fail you were mentioning.

@cxMiguelSilva cxMiguelSilva self-assigned this May 5, 2022
@tspearconquest
Copy link
Contributor Author

Wonderful, thanks so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants