Skip to content

build(deps): update hashicorp/azurerm requirement from >= 4.68.0, < 5.4 to >= 4.68.0, < 5.5 #6

build(deps): update hashicorp/azurerm requirement from >= 4.68.0, < 5.4 to >= 4.68.0, < 5.5

build(deps): update hashicorp/azurerm requirement from >= 4.68.0, < 5.4 to >= 4.68.0, < 5.5 #6

Workflow file for this run

name: Security Scan
on:
pull_request:
types:
- opened
- synchronize
jobs:
checkov:
if: github.actor != 'dependabot[bot]'
uses: clouddrove/github-shared-workflows/.github/workflows/security-checkov.yml@v2
with:
directory: '.'
continue_on_error: 'true'
skip_check: 'CKV_TF_1'