We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38dcc08 commit 0d6c3ebCopy full SHA for 0d6c3eb
.github/workflows/codeql-no-diff.yml
@@ -35,8 +35,15 @@ jobs:
35
uses: github/codeql-action/init@v3
36
with:
37
languages: java-kotlin
38
- build-mode: autobuild
+ build-mode: manual
39
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"
47
48
#7) ANALISI CODEQL
49
- name: Perform CodeQL Analysis
0 commit comments