Skip to content

test: Allow Trivy scan to contact ghcr.io. #13

test: Allow Trivy scan to contact ghcr.io.

test: Allow Trivy scan to contact ghcr.io. #13

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: Generate Terraform Docs
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 README documentation
permissions:
contents: write
steps:
- name: Checkout Source
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
ref: main
- name: Render terraform docs and push changes back to PR
uses: terraform-docs/gh-actions@v1
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: .