Skip to content

Commit

Permalink
rm -r src
Browse files Browse the repository at this point in the history
  • Loading branch information
juegge authored Jan 17, 2024
1 parent 9273d3f commit bd75068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cx1_2_sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
cx_client_id: ${{ secrets.AST_CLIENT_ID }}
cx_client_secret: ${{ secrets.AST_CLIENT_SECRET }}
additional_params: --report-format sonar --output-path . --scan-types sast --tags ${{ github.event.pull_request.head.sha }},${{ github.sha }}
- name: remove src directory
run: rm -r src
- name: Sonar CLI Action
uses: sonarsource/sonarqube-scan-action@master
env:
Expand Down

0 comments on commit bd75068

Please sign in to comment.