We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0414b34 commit 79dafa8Copy full SHA for 79dafa8
1 file changed
.github/workflows/codeql-no-diff.yml
@@ -2,8 +2,10 @@
2
name: "Codeql on PR / Total Scan"
3
4
on:
5
+ push:
6
+ branches: [ "main", "git_actions" ]
7
pull_request:
- branches: [ "*" ] #Se voglio triggerare su tutti i rami = branches: [ "*" ]
8
+ branches: [ "main", "git_actions" ] #Se voglio triggerare su tutti i rami = branches: [ "*" ]
9
10
#2) CONFIGURAZIONE JOBS
11
jobs:
@@ -35,15 +37,8 @@ jobs:
35
37
uses: github/codeql-action/init@v3
36
38
with:
39
languages: java-kotlin
- build-mode: manual
40
+ build-mode: none
41
config-file: ./.github/codeql/codeql-config.yml
-
-#7) BUILD - TOTALE
42
- - name: Build WebGoat - Full Project
43
- run: |
44
- echo "Building complete WebGoat project..."
45
- mvn clean compile -DskipTests -q
46
- echo "Build completed successfully"
47
48
#7) ANALISI CODEQL
49
- name: Perform CodeQL Analysis
0 commit comments