Skip to content

Commit

Permalink
skip run analysis from project build
Browse files Browse the repository at this point in the history
  • Loading branch information
xsami committed Jan 6, 2024
1 parent c62299b commit db3d643
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/codescan-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
~/.sonar
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Run Analysis
uses: codescan-io/codescan-scanner-action@master
with:
login: ${{ secrets.CODESCAN_AUTH_TOKEN }}
organization: ${{ secrets.CODESCAN_ORGANIZATION_KEY }}
projectKey: ${{ secrets.CODESCAN_PROJECT_KEY }}
# - name: Run Analysis
# uses: codescan-io/codescan-scanner-action@master
# with:
# login: ${{ secrets.CODESCAN_AUTH_TOKEN }}
# organization: ${{ secrets.CODESCAN_ORGANIZATION_KEY }}
# projectKey: ${{ secrets.CODESCAN_PROJECT_KEY }}
- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v1
with:
Expand Down

0 comments on commit db3d643

Please sign in to comment.