File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,11 @@ jobs:
13
13
- uses : actions/checkout@v2
14
14
with :
15
15
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
16
-
17
16
- uses : sonarsource/sonarqube-scan-action@master
18
17
env :
18
+
19
19
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
20
20
SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
21
-
22
21
# If you wish to fail your job when the Quality Gate is red, uncomment the
23
22
# following lines. This would typically be used to fail a deployment.
24
23
# - uses: sonarsource/sonarqube-quality-gate-action@master
30
29
run : docker pull blacklocksec/code-scanner:latest
31
30
32
31
- name : Run Blacklock Code Scanner
33
- run : docker run --rm -v $(pwd):/app -e SONAR_PROJECTKEY="GL:SKZjPPa-3i9xH" -e SONAR_HOST_URL=${{ secrets.SONAR_HOST_URL }} -e SONAR_TOKEN=${{ secrets.SONAR_TOKEN }} blacklocksec/code-scanner:latest
32
+ run : docker run --rm -v $(pwd):/app -e SONAR_PROJECTKEY="MW1y0ahWyGjulTZd" -e SONAR_HOST_URL=${{ secrets.SONAR_HOST_URL }} -e SONAR_TOKEN=${{ secrets.SONAR_TOKEN }} blacklocksec/code-scanner:dev
33
+
You can’t perform that action at this time.
0 commit comments