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

Fix sudo option on RedHat like Linux and change some messages. #20

Merged
merged 1 commit into from
Apr 12, 2016

Conversation

kotakanbe
Copy link
Member

Enable vuls to scan In the case of sudo password is required (not configured NOPASSWORD in /etc/sudoers) on RHEL, CentOS and Amazon Linux.

echo password | sudo sh -c 'yum check-update'
to 
echo password | sudo -S yum check-update

@kotakanbe kotakanbe added the bug label Apr 11, 2016
@kotakanbe kotakanbe merged commit ac98b90 into master Apr 12, 2016
@kotakanbe kotakanbe changed the title Fix sudo option on RedHat like Linux, change some messages. Fix sudo option on RedHat like Linux and change some messages. Apr 12, 2016
@kotakanbe kotakanbe deleted the fix_sudo_option_redhat branch April 16, 2016 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant