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 #77 has been merged, we have a Dockerfile ready to be built and deployed to Docker Hub. However, not in all CI cases a repository is made available inside the running container. Thus, it would be nice to allow reading files through stdin.
Example:
salt-lint < file.sls
Docker example:
docker run --rm -i warpnet/salt-lint < file.sls
The text was updated successfully, but these errors were encountered:
Since #77 has been merged, we have a Dockerfile ready to be built and deployed to Docker Hub. However, not in all CI cases a repository is made available inside the running container. Thus, it would be nice to allow reading files through stdin.
Example:
salt-lint < file.sls
Docker example:
docker run --rm -i warpnet/salt-lint < file.sls
The text was updated successfully, but these errors were encountered: