Skip to content

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

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

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

Workflow file for this run

# yamllint disable rule:line-length
# Use template from https://github.com/honestbank/workflows/tree/main/examples/repository-workflows
---
name: "repository-checkov"
permissions: read-all
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- test
- dev
- qa
- prod
- main
push:
branches:
- test
- dev
- qa
- prod
- main
jobs:
repository-checkov:
name: repository-checkov
uses: honestbank/workflows/.github/workflows/shared-checkov.yaml@main

Check failure on line 26 in .github/workflows/checkov.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/checkov.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/checkov.yaml" -> "honestbank/workflows/.github/workflows/shared-checkov.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit