Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

chore(deps): Update hashicorp/google requirement from ~> 7.23.0 to ~> 7.24.0 in /infra/terraform #14

chore(deps): Update hashicorp/google requirement from ~> 7.23.0 to ~> 7.24.0 in /infra/terraform

chore(deps): Update hashicorp/google requirement from ~> 7.23.0 to ~> 7.24.0 in /infra/terraform #14

Workflow file for this run

name: CI Security Scan
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
security-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6.0.2
- name: Run Checkov
uses: bridgecrewio/checkov-action@v12
with:
directory: .
config_file: configs/checkov.yml
- name: Run Trivy on repo
uses: aquasecurity/trivy-action@0.35.0
with:
scan-type: fs
path: .
trivy-config: configs/trivy.yaml