File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments