GitHub action to check your outdated custom Tf modules and update the report to the pull request. Uses samwise-cli under the hood.
This action is configured to update PR comments. Using it on "push" type pipelines is not feasible, although the report will be visible in the logs.
- name: samwise-tf-modules-update-report
uses: Darth-Tech/[email protected]
with:
SAMWISE_CLI_GIT_USER: gdna-devops
SAMWISE_CLI_GIT_KEY: ${{ secrets.GIT_ACCESS_TOKEN }}
GIT_ACCESS_TOKEN: ${{ secrets.GIT_ACCESS_TOKEN }}
DEPTH: 0
REPO_PATH: .
IGNORE: ".git,.github,.idea"
VERBOSITY: info