Skip to content

Add comments to pull requests where tfsec checks have failed

License

Notifications You must be signed in to change notification settings

natecrisler/tfsec-pr-commenter-action

 
 

Repository files navigation

tfsec-pr-commenter-action

Add comments to pull requests where tfsec checks have failed

To add the action, add tfsec_pr_commenter.yml into the .github/workflows directory in the root of your Github project.

The contents of tfsec_pr_commenter.yml should be;

name: tfsec-pr-commenter
on:
  pull_request:
jobs:
  tfsec:
    name: tfsec PR commenter
    runs-on: ubuntu-latest

    steps:
      - name: Clone repo
        uses: actions/checkout@master

      - name: tfsec
        uses: tfsec/tfsec-pr-commenter-action@main
        with:
          github_token: ${{ github.token }}

On each pull request and subsequent commit, tfsec will run and add comments to the PR where tfsec has failed.

The comment will only be added once per transgression.

Example PR Comment

The screenshot below demonstrates the comments that can be expected when using the action

Example PR Comment

About

Add comments to pull requests where tfsec checks have failed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 76.8%
  • Dockerfile 13.4%
  • Shell 8.9%
  • Makefile 0.9%