aquasecurity / tfsec-action

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

The output `tfsec-return-code` is not set #14

Open pganapat opened 1 year ago

pganapat commented 1 year ago

The Github Action output tfsec-return-code is not returned after executing this action.

      - name: tfsec
        uses: aquasecurity/tfsec-action@v1.0.3
        with:
          soft_fail: true
armnitro commented 1 year ago

The pipeline not fails also if soft_fail is set to true someone has this same problem?