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
use git (checkout action) + install script (current logic) - to use this way in GES - required to generate a token for github.com. We created input for this, but it is still not a solution for some users (see Setup action v0.2.1 failing on GitHub Enterprise Server #10 (comment)).
popular setup-* actions use nodejs action (e.g. setup-python, setup-go). setup-go supports cache. So we can try to switch to nodejs action.
The text was updated successfully, but these errors were encountered:
Description
We tried the following actions/methods to install Trivy (mostly for
trivy-action
):composite
action sincedocker
action doesn't have an option to save trivy cache (trivy-db, trivy-java-db, etc.)curl
,wget
,sudo
, etc. (see trivy-action attempts to run sudo on the local machine (!?) trivy-action#403)jaxxstorm/action-install-gh-release
- users reported that their security doesn't allow using an unverificated action (see Cannot run trivy as of today, problem with dependency trivy-action#409)github.com
. We created input for this, but it is still not a solution for some users (see Setup action v0.2.1 failing on GitHub Enterprise Server #10 (comment)).popular
setup-*
actions usenodejs
action (e.g. setup-python, setup-go).setup-go
supports cache. So we can try to switch tonodejs
action.The text was updated successfully, but these errors were encountered: