You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[vagrant@rhel8 ~]$ cat /etc/os-release NAME="Red Hat Enterprise Linux"VERSION="8.9 (Ootpa)"ID="rhel"ID_LIKE="fedora"VERSION_ID="8.9"PLATFORM_ID="platform:el8"PRETTY_NAME="Red Hat Enterprise Linux 8.9 (Ootpa)"ANSI_COLOR="0;31"CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos"HOME_URL="https://www.redhat.com/"DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8"BUG_REPORT_URL="https://bugzilla.redhat.com/"REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8"REDHAT_BUGZILLA_PRODUCT_VERSION=8.9REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"REDHAT_SUPPORT_PRODUCT_VERSION="8.9"[vagrant@rhel8 ~]$ sudo dnf install -y ipa-common
When installing with $ dnf install instead of $ dnf module install, [i] does not appear in the result of $ dnf module list, and it seems to fail to retrieve the enable module list.
[vagrant@rhel8 ~]$ dnf --nogpgcheck --cacheonly --color=never --quiet module list --enabledRed Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)Name Stream Profiles Summary idm client [d][e] common [d] RHEL IdM long term support client module perl 5.26 [d][e] common [d], minimal Practical Extraction and Report Language perl-IO-Socket-SSL 2.066 [d][e] common [d] Perl library for transparent TLS perl-libwww-perl 6.34 [d][e] common [d] A Perl interface to the World-Wide Web python36 3.6 [d][e] build, common [d] Python programming language, version 3.6 Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled[vagrant@rhel8 ~]$ rpm -qa --queryformat "%{NAME} %{EPOCHNUM} %{VERSION} %{RELEASE} %{ARCH} %{MODULARITYLABEL}\n"| grep ^ipaipa-selinux 0 4.9.12 9.module+el8.9.0+20434+fb12cac3 noarch idm:client:8090020231017145328:d6281a3fipa-common 0 4.9.12 9.module+el8.9.0+20434+fb12cac3 noarch idm:client:8090020231017145328:d6281a3f
What did you do? (required. The issue will be closed when not provided.)
failed to get modularitylabel on RedHat.
What did you expect to happen?
The modularitylabel of the package can be retrieved.
What happened instead?
Steps to reproduce the behaviour
setup scan target
Configuration (MUST fill this out):
Go version (
go version
):go version go1.22.0 linux/amd64
Go environment (
go env
):Vuls environment:
Hash : 827f2cb
To check the commit hash of HEAD
$ vuls -v
or
$ cd $GOPATH/src/github.com/future-architect/vuls
$ git rev-parse --short HEAD
config.toml:
command:
The text was updated successfully, but these errors were encountered: