Skip to content

Commit 2ab03f9

Browse files
author
Diego Luisi
committed
⚡ test pipeline
1 parent 725ae15 commit 2ab03f9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/main.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,16 @@ jobs:
104104
with:
105105
sarif_file: 'trivy-results.sarif'
106106

107-
quality-gate:
108-
uses: devxp-tech/.github/.github/workflows/sonarqube.yaml@main
109-
secrets: inherit
110-
needs:
111-
- env
112-
- yaml-linter
113-
- kube-linter
114-
- secret-find
115-
# - datree-check
116-
- trivy-scan
107+
# quality-gate:
108+
# uses: devxp-tech/.github/.github/workflows/sonarqube.yaml@main
109+
# secrets: inherit
110+
# needs:
111+
# - env
112+
# - yaml-linter
113+
# - kube-linter
114+
# - secret-find
115+
# # - datree-check
116+
# - trivy-scan
117117

118118
tools-version:
119119
runs-on: ubuntu-latest
@@ -164,11 +164,11 @@ jobs:
164164
# Display the output
165165
cat $output_file
166166
167-
- name: Upload kustomization Info
168-
uses: actions/upload-artifact@v3
169-
with:
170-
name: kustomization-info
171-
path: kustomization_info.md
167+
- name: Upload kustomization Info
168+
uses: actions/upload-artifact@v3
169+
with:
170+
name: kustomization-info
171+
path: kustomization_info.md
172172

173173

174174
notify:

0 commit comments

Comments
 (0)