Skip to content

Make s3 bucket policy extend default ssl policy #158

Make s3 bucket policy extend default ssl policy

Make s3 bucket policy extend default ssl policy #158

Workflow file for this run

name: Run Terraform Checks
on:
pull_request:
jobs:
terraform-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nationalarchives/tdr-github-actions/.github/actions/run-git-secrets@main
- uses: nationalarchives/tdr-github-actions/.github/actions/slack-send@main
if: failure()
with:
message: ":warning: Secrets found in repository da-terraform-modules"
slack-url: ${{ secrets.SLACK_WEBHOOK }}
- name: Terraform Format
id: fmt
run: terraform fmt -check --recursive