Log scan tweaking.
This commit is contained in:
@@ -101,23 +101,23 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
|
|
||||||
|
# Job 3: Merge PR if Quality Gate passes
|
||||||
|
scan-json-merge-pr:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: [check-and-create-pr, sonarqube-analysis]
|
||||||
|
if: needs.sonarqube-analysis.outputs.quality_gate_status == 'PASSED'
|
||||||
|
steps:
|
||||||
|
- name: Checkout Code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Parse Docker Compose Dry Run Output
|
- name: Parse Docker Compose Dry Run Output
|
||||||
uses: niklas-weber/scan-log@v1.0.2
|
uses: niklas-weber/scan-log@v1.0.2
|
||||||
with:
|
with:
|
||||||
error: 'level='
|
error: 'level='
|
||||||
gh-token: ${{ secrets.BOT_GITEA_TOKEN }}
|
gh-token: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||||
run-id: ${{ github.run_id }}
|
run-id: ${{ gitea.run_id }}
|
||||||
job-name: sonarqube-analysis-dry-run
|
job-name: sonarqube-analysis-dry-run
|
||||||
|
|
||||||
# Job 3: Merge PR if Quality Gate passes
|
|
||||||
# dry-run-merge-pr:
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# needs: [check-and-create-pr, sonarqube-analysis]
|
|
||||||
# if: needs.sonarqube-analysis.outputs.quality_gate_status == 'PASSED'
|
|
||||||
# steps:
|
|
||||||
# - name: Checkout Code
|
|
||||||
# uses: actions/checkout@v4
|
|
||||||
|
|
||||||
# - name: JSON clean-up for Custom Quality Gate Check...
|
# - name: JSON clean-up for Custom Quality Gate Check...
|
||||||
# id: json-cleanup
|
# id: json-cleanup
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user