Skip to content

:dependabot: terraform(deps): Bump hashicorp/aws from 5.70.0 to 5.72.0 in /terraform/aws/analytical-platform-data-production/powerbi-gateway #5384

:dependabot: terraform(deps): Bump hashicorp/aws from 5.70.0 to 5.72.0 in /terraform/aws/analytical-platform-data-production/powerbi-gateway

:dependabot: terraform(deps): Bump hashicorp/aws from 5.70.0 to 5.72.0 in /terraform/aws/analytical-platform-data-production/powerbi-gateway #5384

---
name: Super-Linter
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
types:
- edited
- opened
- reopened
- synchronize
permissions: read-all
jobs:
super-linter:
name: Super-Linter
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- name: Checkout
id: checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
- name: Super-Linter
id: super_linter
uses: super-linter/super-linter/slim@b92721f792f381cedc002ecdbb9847a15ece5bb8 # v7.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: main
VALIDATE_ALL_CODEBASE: false
FILTER_REGEX_EXCLUDE: .*archive/.*
# yamllint disable rule:line-length
VALIDATE_GITHUB_ACTIONS: false # yaml This is disabled until Super-Linter ships with a newer version of actionlint supports the new `var` context
# yamllint enable rule:line-length
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
# TODO: Fix all the shell scripts and re-enable these
VALIDATE_BASH: false
VALIDATE_BASH_EXEC: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_HTML: false
VALIDATE_JAVASCRIPT_STANDARD: false
VALIDATE_OPENAPI: false
VALIDATE_KUBERNETES_KUBECONFORM: false
VALIDATE_TERRAFORM_TERRASCAN: false
VALIDATE_CHECKOV: false
VALIDATE_JSCPD: false
VALIDATE_CSS: false