File tree 1 file changed +1
-24
lines changed
1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 25
25
- prodsec/security_scans :
26
26
mode : auto
27
27
release-branch : master
28
+ open-source-additional-arguments : --exclude=test
28
29
aks_integration_tests :
29
30
docker :
30
31
- image : cimg/node:18.19.1
@@ -326,18 +327,6 @@ jobs:
326
327
echo "export IMAGE_NAME_APPROVED_UBI9=${IMAGE_NAME_APPROVED_UBI9}" >> $BASH_ENV
327
328
echo "export IMAGE_NAME_PUBLISHED_UBI9=${IMAGE_NAME_PUBLISHED_UBI9}" >> $BASH_ENV
328
329
name : Export environment variables
329
- - snyk/scan :
330
- additional-arguments : --all-projects --exclude=test
331
- fail-on-issues : true
332
- monitor-on-build : true
333
- severity-threshold : high
334
- token-variable : SNYK_TOKEN
335
- - snyk/scan :
336
- command : code test
337
- fail-on-issues : true
338
- monitor-on-build : true
339
- severity-threshold : high
340
- token-variable : SNYK_TOKEN
341
330
- snyk/scan :
342
331
additional-arguments : --project-name=alpine --policy-path=.snyk
343
332
command : container test
@@ -432,18 +421,6 @@ jobs:
432
421
- run :
433
422
command : npm ci
434
423
- install_python_requests
435
- - snyk/scan :
436
- additional-arguments : --all-projects --exclude=test
437
- fail-on-issues : true
438
- monitor-on-build : false
439
- severity-threshold : high
440
- token-variable : SNYK_TOKEN
441
- - snyk/scan :
442
- command : code test
443
- fail-on-issues : true
444
- monitor-on-build : false
445
- severity-threshold : high
446
- token-variable : SNYK_TOKEN
447
424
- run :
448
425
command : |
449
426
npm run build &&
You can’t perform that action at this time.
0 commit comments