Skip to content

Commit fd5b23c

Browse files
authored
Update main.yml
1 parent cda67fb commit fd5b23c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
build:
@@ -30,4 +30,4 @@ jobs:
3030
run: docker pull blacklocksec/code-scanner:latest
3131

3232
- 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
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

0 commit comments

Comments
 (0)