Skip to content

Commit e1df22a

Browse files
Agregando evaluacion SCA
1 parent c60e5c4 commit e1df22a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/Lab-DSO-pipeline.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,19 @@ jobs:
1919

2020
- name: Compilacion
2121
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

Comments
 (0)