File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 uses : trufflesecurity/trufflehog@v3.63.7
2828 with :
2929 path : ./
30- # Only scan changes, without comparing commits
31- only_verified : true
3230 extra_args : --debug
3331
3432 sast-scanning :
@@ -216,7 +214,7 @@ jobs:
216214 output : ' ./angular-xss-sbom.json'
217215
218216 - name : Upload SBOM as artifact
219- uses : actions/upload-artifact@v3
217+ uses : actions/upload-artifact@v4
220218 with :
221219 name : angular-xss-sbom
222220 path : ' ./angular-xss-sbom.json'
@@ -258,7 +256,7 @@ jobs:
258256 markdown_report : true
259257
260258 - name : Upload ZAP Report
261- uses : actions/upload-artifact@v3
259+ uses : actions/upload-artifact@v4
262260 if : always()
263261 with :
264262 name : zap-reports
@@ -281,7 +279,7 @@ jobs:
281279 uses : actions/checkout@v4
282280
283281 - name : Download all artifacts
284- uses : actions/download-artifact@v3
282+ uses : actions/download-artifact@v4
285283 with :
286284 path : ./artifacts
287285
You can’t perform that action at this time.
0 commit comments