Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: step-security
author: terraform-docs Authors
name: terraform-docs
author: step-security
description: Generate Terraform module documentation in pull requests

inputs:
Expand Down Expand Up @@ -89,7 +89,7 @@ outputs:

runs:
using: docker
image: "Dockerfile"
image: "docker://ghcr.io/amanstep/terraform-docs-action@sha256:aa4c74a929dd6f3efb03ea8a2806a834d8af0510f9ed2819a089747c83e03180"
env:
INPUT_WORKING_DIR: ${{ inputs.working-dir }}
INPUT_ATLANTIS_FILE: ${{ inputs.atlantis-file }}
Expand Down
Loading