File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments