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
Since megalinter now includes v1.78 of the kics linter (as of megalinter v7.4.0)
and kics treats unpinned third-party actions as failures, megalinter should play by its own rules and tell users to pin to shas.
daltonv
changed the title
The example megalinter workflow should used sha pinned actions
The example megalinter workflow should use sha pinned actions
Nov 1, 2023
Kics is very chatty and kind of slow... for example I disabled it on own MegaLinter repo ;)
MegaLinter is a tool, but its users own the strategy to use it... I agree that pinning a sha on Github Actions is a good practice, but it's less readable, and I prefer MegaLinter to remain as simple as possible for newbies ^^
So users are free to update versions to shas, but I prefer not to enforce it in default workflows :)
Currently the example mega-linter.yml does not pin third part actions to shas
For example
Instead of
Since megalinter now includes v1.78 of the kics linter (as of megalinter v7.4.0)
and kics treats unpinned third-party actions as failures, megalinter should play by its own rules and tell users to pin to shas.
This advice even comes from github's own documentation
The text was updated successfully, but these errors were encountered: