Skip to content

chore(deps): Bump cloudflare/cloudflare from 5.13.0 to 5.14.0 #52

chore(deps): Bump cloudflare/cloudflare from 5.13.0 to 5.14.0

chore(deps): Bump cloudflare/cloudflare from 5.13.0 to 5.14.0 #52

Workflow file for this run

name: Continuous Integration - Audit
on:
push:
paths:
- ".github/workflows/audit.yml"
- "**/*.tf"
- "**/*.tfvars"
- "**/*.hcl"
pull_request:
paths:
- ".github/workflows/audit.yml"
- "**/*.tf"
- "**/*.tfvars"
- "**/*.hcl"
workflow_dispatch:
concurrency:
group: audit-${{ github.ref_name }}
cancel-in-progress: true
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6.0.0
- name: Install Brioche
uses: brioche-dev/setup-brioche@v1.5.0
- name: Install Terraform tools
run: brioche install -r trivy
- name: Run security scanner
run: trivy conf --severity HIGH,CRITICAL .