@lateos/npm-scan 0.11.5 → 0.11.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.de.md +6 -6
- package/README.fr.md +6 -6
- package/README.ja.md +6 -6
- package/README.md +5 -5
- package/README.zh.md +6 -6
- package/package.json +1 -1
package/README.de.md
CHANGED
|
@@ -373,7 +373,7 @@ jobs:
|
|
|
373
373
|
with:
|
|
374
374
|
node-version: 20
|
|
375
375
|
- name: Scan lockfile
|
|
376
|
-
uses: lateos/npm-scan@
|
|
376
|
+
uses: lateos/npm-scan@v1
|
|
377
377
|
with:
|
|
378
378
|
scan-type: lockfile
|
|
379
379
|
fail-on: high
|
|
@@ -401,7 +401,7 @@ jobs:
|
|
|
401
401
|
#### Beispiel: Bestimmtes Paket mit Policy + SBOM scannen
|
|
402
402
|
|
|
403
403
|
```yaml
|
|
404
|
-
- uses: lateos/npm-scan@
|
|
404
|
+
- uses: lateos/npm-scan@v1
|
|
405
405
|
with:
|
|
406
406
|
scan-type: package
|
|
407
407
|
package: lodash
|
|
@@ -413,7 +413,7 @@ jobs:
|
|
|
413
413
|
#### Beispiel: Mit SIEM-Export scannen (Premium)
|
|
414
414
|
|
|
415
415
|
```yaml
|
|
416
|
-
- uses: lateos/npm-scan@
|
|
416
|
+
- uses: lateos/npm-scan@v1
|
|
417
417
|
with:
|
|
418
418
|
scan-type: lockfile
|
|
419
419
|
siem-format: cef
|
|
@@ -467,7 +467,7 @@ jobs:
|
|
|
467
467
|
with:
|
|
468
468
|
node-version: 20
|
|
469
469
|
- name: Scan lockfile
|
|
470
|
-
uses: lateos/npm-scan@
|
|
470
|
+
uses: lateos/npm-scan@v1
|
|
471
471
|
with:
|
|
472
472
|
scan-type: lockfile
|
|
473
473
|
fail-on: high
|
|
@@ -495,7 +495,7 @@ jobs:
|
|
|
495
495
|
#### Beispiel: Bestimmtes Paket mit Policy + SBOM scannen
|
|
496
496
|
|
|
497
497
|
```yaml
|
|
498
|
-
- uses: lateos/npm-scan@
|
|
498
|
+
- uses: lateos/npm-scan@v1
|
|
499
499
|
with:
|
|
500
500
|
scan-type: package
|
|
501
501
|
package: lodash
|
|
@@ -507,7 +507,7 @@ jobs:
|
|
|
507
507
|
#### Beispiel: Mit SIEM-Export scannen (Premium)
|
|
508
508
|
|
|
509
509
|
```yaml
|
|
510
|
-
- uses: lateos/npm-scan@
|
|
510
|
+
- uses: lateos/npm-scan@v1
|
|
511
511
|
with:
|
|
512
512
|
scan-type: lockfile
|
|
513
513
|
siem-format: cef
|
package/README.fr.md
CHANGED
|
@@ -373,7 +373,7 @@ jobs:
|
|
|
373
373
|
with:
|
|
374
374
|
node-version: 20
|
|
375
375
|
- name: Scan lockfile
|
|
376
|
-
uses: lateos/npm-scan@
|
|
376
|
+
uses: lateos/npm-scan@v1
|
|
377
377
|
with:
|
|
378
378
|
scan-type: lockfile
|
|
379
379
|
fail-on: high
|
|
@@ -401,7 +401,7 @@ jobs:
|
|
|
401
401
|
#### Exemple : scanner un paquet spécifique avec politique + SBOM
|
|
402
402
|
|
|
403
403
|
```yaml
|
|
404
|
-
- uses: lateos/npm-scan@
|
|
404
|
+
- uses: lateos/npm-scan@v1
|
|
405
405
|
with:
|
|
406
406
|
scan-type: package
|
|
407
407
|
package: lodash
|
|
@@ -413,7 +413,7 @@ jobs:
|
|
|
413
413
|
#### Exemple : scanner avec export SIEM (premium)
|
|
414
414
|
|
|
415
415
|
```yaml
|
|
416
|
-
- uses: lateos/npm-scan@
|
|
416
|
+
- uses: lateos/npm-scan@v1
|
|
417
417
|
with:
|
|
418
418
|
scan-type: lockfile
|
|
419
419
|
siem-format: cef
|
|
@@ -467,7 +467,7 @@ jobs:
|
|
|
467
467
|
with:
|
|
468
468
|
node-version: 20
|
|
469
469
|
- name: Scan lockfile
|
|
470
|
-
uses: lateos/npm-scan@
|
|
470
|
+
uses: lateos/npm-scan@v1
|
|
471
471
|
with:
|
|
472
472
|
scan-type: lockfile
|
|
473
473
|
fail-on: high
|
|
@@ -495,7 +495,7 @@ jobs:
|
|
|
495
495
|
#### Exemple : scanner un paquet spécifique avec politique + SBOM
|
|
496
496
|
|
|
497
497
|
```yaml
|
|
498
|
-
- uses: lateos/npm-scan@
|
|
498
|
+
- uses: lateos/npm-scan@v1
|
|
499
499
|
with:
|
|
500
500
|
scan-type: package
|
|
501
501
|
package: lodash
|
|
@@ -507,7 +507,7 @@ jobs:
|
|
|
507
507
|
#### Exemple : scanner avec export SIEM (premium)
|
|
508
508
|
|
|
509
509
|
```yaml
|
|
510
|
-
- uses: lateos/npm-scan@
|
|
510
|
+
- uses: lateos/npm-scan@v1
|
|
511
511
|
with:
|
|
512
512
|
scan-type: lockfile
|
|
513
513
|
siem-format: cef
|
package/README.ja.md
CHANGED
|
@@ -369,7 +369,7 @@ jobs:
|
|
|
369
369
|
with:
|
|
370
370
|
node-version: 20
|
|
371
371
|
- name: Scan lockfile
|
|
372
|
-
uses: lateos/npm-scan@
|
|
372
|
+
uses: lateos/npm-scan@v1
|
|
373
373
|
with:
|
|
374
374
|
scan-type: lockfile
|
|
375
375
|
fail-on: high
|
|
@@ -397,7 +397,7 @@ jobs:
|
|
|
397
397
|
#### 例:ポリシー+SBOMで特定パッケージをスキャン
|
|
398
398
|
|
|
399
399
|
```yaml
|
|
400
|
-
- uses: lateos/npm-scan@
|
|
400
|
+
- uses: lateos/npm-scan@v1
|
|
401
401
|
with:
|
|
402
402
|
scan-type: package
|
|
403
403
|
package: lodash
|
|
@@ -409,7 +409,7 @@ jobs:
|
|
|
409
409
|
#### 例:SIEMエクスポートでスキャン(プレミアム)
|
|
410
410
|
|
|
411
411
|
```yaml
|
|
412
|
-
- uses: lateos/npm-scan@
|
|
412
|
+
- uses: lateos/npm-scan@v1
|
|
413
413
|
with:
|
|
414
414
|
scan-type: lockfile
|
|
415
415
|
siem-format: cef
|
|
@@ -463,7 +463,7 @@ jobs:
|
|
|
463
463
|
with:
|
|
464
464
|
node-version: 20
|
|
465
465
|
- name: Scan lockfile
|
|
466
|
-
uses: lateos/npm-scan@
|
|
466
|
+
uses: lateos/npm-scan@v1
|
|
467
467
|
with:
|
|
468
468
|
scan-type: lockfile
|
|
469
469
|
fail-on: high
|
|
@@ -491,7 +491,7 @@ jobs:
|
|
|
491
491
|
#### 例:ポリシー+SBOMで特定パッケージをスキャン
|
|
492
492
|
|
|
493
493
|
```yaml
|
|
494
|
-
- uses: lateos/npm-scan@
|
|
494
|
+
- uses: lateos/npm-scan@v1
|
|
495
495
|
with:
|
|
496
496
|
scan-type: package
|
|
497
497
|
package: lodash
|
|
@@ -503,7 +503,7 @@ jobs:
|
|
|
503
503
|
#### 例:SIEMエクスポートでスキャン(プレミアム)
|
|
504
504
|
|
|
505
505
|
```yaml
|
|
506
|
-
- uses: lateos/npm-scan@
|
|
506
|
+
- uses: lateos/npm-scan@v1
|
|
507
507
|
with:
|
|
508
508
|
scan-type: lockfile
|
|
509
509
|
siem-format: cef
|
package/README.md
CHANGED
|
@@ -439,7 +439,7 @@ jobs:
|
|
|
439
439
|
#### Example: scan a specific package with policy + SBOM
|
|
440
440
|
|
|
441
441
|
```yaml
|
|
442
|
-
- uses: lateos/npm-scan@
|
|
442
|
+
- uses: lateos/npm-scan@v1
|
|
443
443
|
with:
|
|
444
444
|
scan-type: package
|
|
445
445
|
package: lodash
|
|
@@ -451,7 +451,7 @@ jobs:
|
|
|
451
451
|
#### Example: scan with SIEM export (premium)
|
|
452
452
|
|
|
453
453
|
```yaml
|
|
454
|
-
- uses: lateos/npm-scan@
|
|
454
|
+
- uses: lateos/npm-scan@v1
|
|
455
455
|
with:
|
|
456
456
|
scan-type: lockfile
|
|
457
457
|
siem-format: cef
|
|
@@ -505,7 +505,7 @@ jobs:
|
|
|
505
505
|
with:
|
|
506
506
|
node-version: 20
|
|
507
507
|
- name: Scan lockfile
|
|
508
|
-
uses: lateos/npm-scan@
|
|
508
|
+
uses: lateos/npm-scan@v1
|
|
509
509
|
with:
|
|
510
510
|
scan-type: lockfile
|
|
511
511
|
fail-on: high
|
|
@@ -533,7 +533,7 @@ jobs:
|
|
|
533
533
|
#### Example: scan a specific package with policy + SBOM
|
|
534
534
|
|
|
535
535
|
```yaml
|
|
536
|
-
- uses: lateos/npm-scan@
|
|
536
|
+
- uses: lateos/npm-scan@v1
|
|
537
537
|
with:
|
|
538
538
|
scan-type: package
|
|
539
539
|
package: lodash
|
|
@@ -545,7 +545,7 @@ jobs:
|
|
|
545
545
|
#### Example: scan with SIEM export (premium)
|
|
546
546
|
|
|
547
547
|
```yaml
|
|
548
|
-
- uses: lateos/npm-scan@
|
|
548
|
+
- uses: lateos/npm-scan@v1
|
|
549
549
|
with:
|
|
550
550
|
scan-type: lockfile
|
|
551
551
|
siem-format: cef
|
package/README.zh.md
CHANGED
|
@@ -373,7 +373,7 @@ jobs:
|
|
|
373
373
|
with:
|
|
374
374
|
node-version: 20
|
|
375
375
|
- name: Scan lockfile
|
|
376
|
-
uses: lateos/npm-scan@
|
|
376
|
+
uses: lateos/npm-scan@v1
|
|
377
377
|
with:
|
|
378
378
|
scan-type: lockfile
|
|
379
379
|
fail-on: high
|
|
@@ -401,7 +401,7 @@ jobs:
|
|
|
401
401
|
#### 示例:使用策略 + SBOM 扫描特定包
|
|
402
402
|
|
|
403
403
|
```yaml
|
|
404
|
-
- uses: lateos/npm-scan@
|
|
404
|
+
- uses: lateos/npm-scan@v1
|
|
405
405
|
with:
|
|
406
406
|
scan-type: package
|
|
407
407
|
package: lodash
|
|
@@ -413,7 +413,7 @@ jobs:
|
|
|
413
413
|
#### 示例:使用 SIEM 导出扫描(高级版)
|
|
414
414
|
|
|
415
415
|
```yaml
|
|
416
|
-
- uses: lateos/npm-scan@
|
|
416
|
+
- uses: lateos/npm-scan@v1
|
|
417
417
|
with:
|
|
418
418
|
scan-type: lockfile
|
|
419
419
|
siem-format: cef
|
|
@@ -467,7 +467,7 @@ jobs:
|
|
|
467
467
|
with:
|
|
468
468
|
node-version: 20
|
|
469
469
|
- name: Scan lockfile
|
|
470
|
-
uses: lateos/npm-scan@
|
|
470
|
+
uses: lateos/npm-scan@v1
|
|
471
471
|
with:
|
|
472
472
|
scan-type: lockfile
|
|
473
473
|
fail-on: high
|
|
@@ -495,7 +495,7 @@ jobs:
|
|
|
495
495
|
#### 示例:使用策略 + SBOM 扫描特定包
|
|
496
496
|
|
|
497
497
|
```yaml
|
|
498
|
-
- uses: lateos/npm-scan@
|
|
498
|
+
- uses: lateos/npm-scan@v1
|
|
499
499
|
with:
|
|
500
500
|
scan-type: package
|
|
501
501
|
package: lodash
|
|
@@ -507,7 +507,7 @@ jobs:
|
|
|
507
507
|
#### 示例:使用 SIEM 导出扫描(高级版)
|
|
508
508
|
|
|
509
509
|
```yaml
|
|
510
|
-
- uses: lateos/npm-scan@
|
|
510
|
+
- uses: lateos/npm-scan@v1
|
|
511
511
|
with:
|
|
512
512
|
scan-type: lockfile
|
|
513
513
|
siem-format: cef
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lateos/npm-scan",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.6",
|
|
4
4
|
"description": "Modern npm supply chain security scanner — detects obfuscated payloads, credential stealers, conditional triggers, sandbox evasion, and worm-like propagation. 11 attack types, SBOM, NIST/EU CRA compliance reporting.",
|
|
5
5
|
"main": "backend/index.js",
|
|
6
6
|
"bin": {
|