Skip to content

updated terragrunt.hcl #2

updated terragrunt.hcl

updated terragrunt.hcl #2

Workflow file for this run

#
# Author: Hari Sekhon
# Date: 2024-06-21 17:39:15 +0200 (Fri, 21 Jun 2024)
#
# vim:ts=2:sts=2:sw=2:et
#
# https://github.com/HariSekhon/Terraform
#
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
#
# https://www.linkedin.com/in/HariSekhon
#
# ============================================================================ #
# T F l i n t G i t H u b W o r k f l o w
# ============================================================================ #
---
name: tflint
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch:
#schedule:
# - cron: '30 0 * * 1'
jobs:
tfsec:

Check failure on line 35 in .github/workflows/tflint.yaml

View workflow run for this annotation

GitHub Actions / tflint

Invalid workflow file

The workflow is not valid. .github/workflows/tflint.yaml (Line: 35, Col: 3): Error calling workflow 'HariSekhon/GitHub-Actions/.github/workflows/tflint.yaml@master'. The workflow is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
name: tfsec
uses: HariSekhon/GitHub-Actions/.github/workflows/tflint.yaml@master
permissions:
contents: read