Skip to content

build(deps): Bump github.com/northwood-labs/terraform-provider-corefunc from 1.2.0 to 1.2.1 in /terratest #324

build(deps): Bump github.com/northwood-labs/terraform-provider-corefunc from 1.2.0 to 1.2.1 in /terratest

build(deps): Bump github.com/northwood-labs/terraform-provider-corefunc from 1.2.0 to 1.2.1 in /terratest #324

Workflow file for this run

---
# This workflow uses actions that are not certified by GitHub. They are provided
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.
name: TruffleHog
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# Declare default permissions as read only.
permissions: read-all
jobs:
trufflehog_job:
runs-on: ubuntu-latest
name: Scan for secrets
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Checkout Source
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-depth: 0
- name: Check secrets with TruffleHog OSS
uses: trufflesecurity/trufflehog@5651eb6cbd50ae73544b37d4333b9e5fa0a08032 # v3.66.3
with:
path: ./
head: HEAD
extra_args: --only-verified