Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [PAYMCLOUD-112] Add new static analysis method on devopslab-infra #140

Merged
Merged
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
13 changes: 11 additions & 2 deletions .github/workflows/static_analysis_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: 🔨 Get Modified Paths
id: get-paths
uses: pagopa/eng-github-actions-iac-template/global/get-modifed-folders@v1.19.0
with:
start_folder: "src"
default_end_folder_depth: 3
include_patterns: "src,domains"

- name: Static Analysis
uses: pagopa/eng-github-actions-iac-template/azure/terraform-static-analysis@59c12b7a846423d62c27c9905686a7a1fd71c003 # v1.7.0
if: env.dir_changes_detected == 'true'
uses: pagopa/eng-github-actions-iac-template/azure/terraform-static-analysis@v1.14.1
with:
precommit_version: 'v1.96.1@sha256:9aea677ac51d67eb96b3bbb4cf93b16afdde5476f984e75e87888850d18146c9'
precommit_version: 'v1.89.1@sha256:1ea921bc4fe87651d41677218e537afdcdb8202e757e554b9866668eaba144c5'
Loading