Skip to content

Commit

Permalink
try workflow run trigger
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <jungle.vas@yandex.ru>
  • Loading branch information
BAStos525 committed Nov 20, 2024
1 parent 4bdc113 commit 50705f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sonar-dojo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
with:
path: coverage-reports
pattern: report-coverage
merge-multiple: true
run-id: ${{ github.event.workflow_run.id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Show coverage
run: |
ls coverage-reports
ls -l coverage-reports/
cat coverage-reports/coverage.xml
- name: Run Bandit analysis
continue-on-error: true
Expand Down

0 comments on commit 50705f8

Please sign in to comment.