fix(ci): add step to print Hadolint results in CI workflow
This commit is contained in:
@@ -23,6 +23,10 @@ jobs:
|
|||||||
output-file: hadolint.out
|
output-file: hadolint.out
|
||||||
format: sonarqube
|
format: sonarqube
|
||||||
no-fail: true
|
no-fail: true
|
||||||
|
|
||||||
|
- name: Print Hadolint results
|
||||||
|
if: ${{ always() }}
|
||||||
|
run: cat hadolint.out
|
||||||
|
|
||||||
# - name: SonarQube Scan
|
# - name: SonarQube Scan
|
||||||
# uses: SonarSource/sonarqube-scan-action@v5.2.0
|
# uses: SonarSource/sonarqube-scan-action@v5.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user