Skip to content

Commit

Permalink
Update code_quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Neriderc authored Jun 6, 2024
1 parent 69068e5 commit 53c35b8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- name: Run Qodana Docker Container
run: |
docker run \
-p 8080:8080 \
-v ${{ github.workspace }}:/data/project \
-v ${{ github.workspace }}/res:/data/results/ \
jetbrains/qodana-php:latest \
--show-report \
--baseline=/data/project/qodana.sarif.json
run: |
docker run \
-p 8080:8080 \
-v ${{ github.workspace }}:/data/project \
-v ${{ github.workspace }}/res:/data/results/ \
jetbrains/qodana-php:latest \
--show-report \
--baseline=/data/project/qodana.sarif.json

0 comments on commit 53c35b8

Please sign in to comment.