Skip to content

Commit 7aea9cf

Browse files
committed
ci: remove snyk and sonarqube steps
1 parent 8913425 commit 7aea9cf

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,4 @@ jobs:
4444
4545
- name: Verify graph generation
4646
run: |
47-
python generate_graphs.py
48-
49-
- name: Snyk Security Scan
50-
uses: snyk/actions/python@9adf32b1121593767fc3c057af55b55db032dc04 # master
51-
env:
52-
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
53-
continue-on-error: true
54-
with:
55-
args: --sarif-file-output=snyk.sarif
56-
57-
- name: Upload Snyk scan results to GitHub Code Scanning
58-
uses: github/codeql-action/upload-sarif@45c373516f557556c15d420e3f5e0aa3d64366bc # v3.28.5
59-
continue-on-error: true
60-
with:
61-
sarif_file: snyk.sarif
62-
63-
- name: SonarQube Scan
64-
uses: SonarSource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
65-
env:
66-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
67-
GITHUB_TOKEN: ${{ secrets.TOKEN_GH }}
68-
continue-on-error: true
47+
python generate_graphs.py

0 commit comments

Comments
 (0)