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
golangci-lint forces the file permission to be 0o600 and the directory permission to be 0o750. When k6registry runs as a GitHub action, it runs as the root user, so accessing the generated files from the rest of the workflow is problematic.
In the case of generated files, the permission should be set to 0o644, in the case of a direcotry to 0o755.
grafana/k6-ext-tooling#34
The text was updated successfully, but these errors were encountered:
golangci-lint
forces the file permission to be0o600
and the directory permission to be0o750
. When k6registry runs as a GitHub action, it runs as the root user, so accessing the generated files from the rest of the workflow is problematic.In the case of generated files, the permission should be set to
0o644
, in the case of a direcotry to0o755
.grafana/k6-ext-tooling#34
The text was updated successfully, but these errors were encountered: