aquasecurity / tfsec-action

Vanilla GitHub action to run tfsec
MIT License
51 stars 28 forks source link

--output param doesn't work #17

Open javiervelamindcurv opened 1 year ago

javiervelamindcurv commented 1 year ago

Hello!

I added the extra arg: --out kk.sarif

the logs show:; 1 file(s) written: kk.sarif

the content of the file is:

{
  "version": "2.1.0",
  "$schema": "https://json.schemastore.org/sarif-2.1.0-rtm.5.json",
  "runs": [
    {
      "tool": {
        "driver": {
          "informationUri": "https://github.com/aquasecurity/defsec",
          "name": "defsec",
          "rules": []
        }
      },
      "results": []
    }
  ]
}
javiervelamindcurv commented 1 year ago

same result using aquasecurity/tfsec-sarif-action@master