Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetOps committed Aug 12, 2024
1 parent 8e53529 commit 1f8ca33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,8 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: Render terraform docs inside the examples/basic/README.md
uses: terraform-docs/[email protected]
with:
working-dir: ./examples/basic/
git-push: "false"
output-file: README.md
config-file: ./examples/basic/.terraform-docs.yml

- name: Render terraform docs
uses: terraform-docs/[email protected]
with:
working-dir: .,examples/basic
working-dir: .,./examples/basic/
git-push: "true"
1 change: 0 additions & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
lint-pr:
runs-on: ubuntu-latest

steps:
- name: Lint PR
uses: amannn/action-semantic-pull-request@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
trivy:
name: trivy
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -24,6 +23,7 @@ jobs:
uses: reviewdog/action-trivy@v1
with:
trivy_command: config
trivy_target: .
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
filter_mode: diff_context
Expand Down

0 comments on commit 1f8ca33

Please sign in to comment.