Jan Hentschel
Jan Hentschel
@mini666 Is there a related Jira ticket for this PR?
Running into the same problem (with the skip-rules configuration), which actually let's the terrascan-action for GitHub fail. It could probably be related to the changes in #994 where the exit...
I looked deeper into my problem. Essentially I got the exit code 4, because I had directories in my project, which did not contain any Terraform files. It was not...
The error essentially means that you (in that case the principal you're using) has not enough privileges to read/write the appropriate group. As you're trying to change a group you...
It's actually the way how Git works. When a repository is created it is initialized with an empty Git repository. In an empty Git repository no commit exists in the...
Good idea! I can start creating the web application during my work on the documentation.
Is someone already working on this one? If not, where should it be placed?
I'm definitely interested in doing it. Let me do some research about possible solutions and after that I will post some suggestions.
What about [GitHub Pages](https://pages.github.com/)? With that we have version control. The page would reside in its own branch and changes can be published to this branch.
The content can be created in either HTML or Markdown. The layout for the site would be HTML. If we choose to use Markdown for creating the content (which I...