Skip to content

build(deps): Bump trufflesecurity/trufflehog from 3.90.12 to 3.90.13 #300

build(deps): Bump trufflesecurity/trufflehog from 3.90.12 to 3.90.13

build(deps): Bump trufflesecurity/trufflehog from 3.90.12 to 3.90.13 #300

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: Documentation
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
docs:
runs-on: ubuntu-latest
name: Generate documentation
permissions:
contents: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
github.com:443
- name: Checkout Source
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ref: main
- name: Render Terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@6de6da0cefcc6b4b7a5cbea4d79d97060733093c # v1.4.1
with:
git-commit-message: "docs: Generate documentation in README.md"
git-push-sign-off: "true"
git-push: "true"
output-file: README.md
output-method: inject
working-dir: .