ravsamhq / notify-slack-action

🔔 Send a Slack Notification from Github Actions regarding failure, warnings, or even success.
https://ravsam.in/blog/send-slack-notification-when-github-actions-fails/
MIT License
173 stars 57 forks source link

Security warnings with pip. #23

Closed kary-ajrj closed 3 years ago

kary-ajrj commented 3 years ago
Screenshot 2021-10-12 at 15 01 41

Notice in the 4th step out of 9, it says that pip :

  1. Should not have root access.
  2. Used version of pip is outdated.
ravsam-bot[bot] commented 3 years ago

Hello and welcome to RavSam :purple_heart:. Thanks for opening your first issue. I will assign one of our team members to take a look at the problem you have raised. Make sure to include as much information as possible to help our team diagnose the issue and solve it quickly.

If the problem is related to a security concern, please feel free to email us at info@ravsam.in.

ravgeetdhillon commented 3 years ago

Hi @kary-ajrj. Thanks for the heads up. I just want to know if the action is working for you as intended despite the warnings?

kary-ajrj commented 3 years ago

Yes, the action is working fine. Saw these warnings & thought of letting you know, to upgrade it.