Skip to content

Commit

Permalink
Update woekflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 8, 2023
1 parent de1c491 commit f26b3b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/analyze_k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
with:s
ref: ${{ inputs.branch }}
# Shallow clones should be disabled for a better relevancy of analysis
fetch-depth: 0

- name: Run build-wrapper
run: |
export PATH=$SCANNER_PATH:$PATH &&
ls -al $SCANNER_PATH &&
build-wrapper-linux-x86-64 --out-dir $BUILD_WRAPPER_OUT_DIR \
make -j $(nproc) coverage DEBUG=1
Expand All @@ -44,7 +42,6 @@ jobs:

- name: Run sonar-scanner
run: |
export PATH=$SCANNER_PATH:$PATH &&
sonar-scanner \
--define sonar.host.url=$SONAR_SERVER_URL \
--define sonar.projectKey=$SONAR_PROJECT_KEY \
Expand Down

0 comments on commit f26b3b0

Please sign in to comment.