Skip to content

Commit

Permalink
remove sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyaccuknox authored Nov 23, 2024
1 parent 300d9a4 commit 3b074c1
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
branches:
- "*"

env:
AK_URL: "https://cspm.accuknox.com"
AK_SAST_LABEL: "SAST"

jobs:
tag-validate:
Expand All @@ -22,23 +19,6 @@ jobs:
with:
version: ${{ github.ref_name }}

sonarqube-code-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: accuknox/common-gh-actions/actions/sonarqube@main
with:
token: ${{ secrets.SQ_TOKEN }}
qualityGateCheck: 'false'
args: >
-Dsonar.projectKey=accuknox-jobs
-Dsonar.sources=.
projectKey: accuknox-jobs
pushToSaas: startsWith(github.ref, 'refs/tags/v')
ak_url: ${{ env.AK_URL }}
ak_tok: ${{ secrets.AK_PROD_ACCUKNOXTECH_TOKEN }}
tenant_id: ${{ secrets.AK_PROD_ACCUKNOXTECH_TENANT_ID }}
label: ${{ env.AK_SAST_LABEL }}

helm_chart_validation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3b074c1

Please sign in to comment.