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 c60e5c4 commit e1df22aCopy full SHA for e1df22a
.github/workflows/Lab-DSO-pipeline.yaml
@@ -19,3 +19,19 @@ jobs:
19
20
- name: Compilacion
21
run: ./mvnw clean install
22
+
23
+ - name: "Evaluacion SCA"
24
+ uses: dependency-check/Dependency-Check_Action@main
25
+ env:
26
+ JAVA_HOME: /opt/jdk
27
+ id: Depcheck
28
+ with:
29
+ project: 'WebGoat'
30
+ path: '.'
31
+ format: 'HTML'
32
+ out: 'reports'
33
+ args: >
34
+ --disableRetireJS
35
36
+ - name: "Comprobar reportes Dependency"
37
+ run: ls -ltr ./reports
0 commit comments