-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tfsec not returning anything after being invoked #33
Comments
It appears that if I manually change the working_directory it works, but in the
|
I am experiencing the same issue on some (not all) of my repositories. Can copy the same workflow file, and a folder that flags in a repository, over to another 'problem' repository and I see the exact same behavior you do. No known workarounds other than 'use a different repository' |
I was actually able to find a workaround with the working_directory flag, is there a way to recursively search folders? |
I have run into this same issue as well and have found that if I have all my terraform files at just the root level, things work ok, or if I have them all in subfolders, it works, ok, but if I have a terraform file at the root level as well as in subfolder, then things stop working for me with the behavior from the original poster. So this layout works: and this layout works: and even this layout works: but having the following doesn't work: also having the following doesn't work: |
I can confirm I've been able to replicate the situations dictated above by @breaman |
Hey @cody-carlson @breaman @brandon-bailey-rc - I've been neglecting this project a bit - it should be way more robust with v1.0.2 Is this issue still occurring? Again, apologies for the tardiness :-) |
As soon as
tfsec --format=json .
is printed, the action moves directly onto the Post Clone repo workflowThe text was updated successfully, but these errors were encountered: