Skip to content

Commit 79dafa8

Browse files
authored
Update codeql-no-diff.yml
Security Tab Results
1 parent 0414b34 commit 79dafa8

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/codeql-no-diff.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
name: "Codeql on PR / Total Scan"
33

44
on:
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
911
jobs:
@@ -35,15 +37,8 @@ jobs:
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

0 commit comments

Comments
 (0)