Skip to content

Commit e82b4fa

Browse files
committed
feat: removed the old required params for gcp auth stage
1 parent c5ca39a commit e82b4fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/gitops.yml

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
id: checkout_code
2727
uses: actions/checkout@v2
2828

29+
# Static code analysis
30+
- name: Run tfsec scan
31+
id: static_code_analysis
32+
uses: aquasecurity/tfsec-action@v1.0.4
33+
with:
34+
path: .
35+
2936
# Install the latest version of Google Cloud SDK
3037
- id: cloud_sdk_installation
3138
name: Set up Cloud SDK

0 commit comments

Comments
 (0)