Skip to content

ci: synced file(s) with honestbank/.github #102

ci: synced file(s) with honestbank/.github

ci: synced file(s) with honestbank/.github #102

# yamllint disable rule:line-length
# Use template from https://github.com/honestbank/workflows/tree/main/examples/repository-workflows
---
name: "repository-shiftleft-terraform"
permissions: read-all
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- test
- dev
- qa
- prod
- main
push:
branches:
- test
- dev
- qa
- prod
- main
schedule:
# * is a special character in YAML so you have to quote this string
# schedule a job to run every day at 17:30 UTC
- cron: '30 17 * * *'
jobs:
repository-shiftleft-terraform:
name: repository-shiftleft-terraform
uses: honestbank/workflows/.github/workflows/shared-terraform-shiftleft.yaml@main

Check failure on line 30 in .github/workflows/shiftleft-terraform.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/shiftleft-terraform.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/shiftleft-terraform.yaml" -> "honestbank/workflows/.github/workflows/shared-terraform-shiftleft.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
repo_name: ${{ github.event.repository.name }}
secrets: inherit