We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9853217 commit dd6560aCopy full SHA for dd6560a
.github/workflows/sonar.yml
@@ -8,16 +8,9 @@ on:
8
pull_request:
9
types: [opened, synchronize, reopened]
10
11
+ workflow_dispatch:
12
+
13
jobs:
- build:
- name: Build and analyze
14
- runs-on: ubuntu-latest
15
-
16
- steps:
17
- - uses: actions/checkout@v4
18
- with:
19
- fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
20
- - uses: SonarSource/sonarqube-scan-action@v6
21
- env:
22
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
23
- SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
+ sonar:
+ uses: singnet/InfoSec/.github/workflows/sonar.yml@master
+ secrets: inherit
0 commit comments