File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 22name : " Codeql on PR / Total Scan"
33
44on :
5+ push :
6+ branches : [ "main", "git_actions" ]
57 pull_request :
6- branches : [ "* " ] # Se voglio triggerare su tutti i rami = branches: [ "*" ]
8+ branches : [ "main", "git_actions " ] # Se voglio triggerare su tutti i rami = branches: [ "*" ]
79
810# 2) CONFIGURAZIONE JOBS
911jobs :
3537 uses : github/codeql-action/init@v3
3638 with :
3739 languages : java-kotlin
38- build-mode : manual
40+ build-mode : none
3941 config-file : ./.github/codeql/codeql-config.yml
40-
41- # 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"
4742
4843# 7) ANALISI CODEQL
4944 - name : Perform CodeQL Analysis
You can’t perform that action at this time.
0 commit comments