We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda67fb commit fd5b23cCopy full SHA for fd5b23c
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: Build
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
8
jobs:
9
build:
@@ -30,4 +30,4 @@ jobs:
30
run: docker pull blacklocksec/code-scanner:latest
31
32
- 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
+ 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
0 commit comments