Skip to content

build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0 #2603

build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0

build(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.10.0 to 1.11.0 #2603

Workflow file for this run

name: Gosec Scan
on:
pull_request: null
jobs:
gosec_scan:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: -exclude=G104 ./...