Commit 4c1671d
committed
Fix Zizmor security violations: pass secrets through env blocks instead of directly in with blocks
- Move TEST_USER_PAT, TEST_USER_USER_FG_PAT, TEST_USER_ORG_FG_PAT to env blocks
- Move TEST_APP_ENT_CLIENT_ID and PrivateKey to env block
- Move TEST_APP_ORG_CLIENT_ID and PrivateKey to env block
- Follow GitHub Actions security best practice: secrets should be passed through environment variables to prevent unintended logging or exposure
- Resolves all 8 Zizmor secrets-outside-env warnings
- Remove unnecessary VALIDATE_GITHUB_ACTIONS_ZIZMOR=false setting from Linter.yml1 parent 9b4bc8b commit 4c1671d
2 files changed
Lines changed: 22 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| 429 | + | |
| 430 | + | |
429 | 431 | | |
430 | | - | |
| 432 | + | |
431 | 433 | | |
432 | 434 | | |
433 | 435 | | |
| |||
454 | 456 | | |
455 | 457 | | |
456 | 458 | | |
| 459 | + | |
| 460 | + | |
457 | 461 | | |
458 | | - | |
| 462 | + | |
459 | 463 | | |
460 | 464 | | |
461 | 465 | | |
| |||
482 | 486 | | |
483 | 487 | | |
484 | 488 | | |
| 489 | + | |
| 490 | + | |
485 | 491 | | |
486 | | - | |
| 492 | + | |
487 | 493 | | |
488 | 494 | | |
489 | 495 | | |
| |||
510 | 516 | | |
511 | 517 | | |
512 | 518 | | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
513 | 522 | | |
514 | | - | |
515 | | - | |
| 523 | + | |
| 524 | + | |
516 | 525 | | |
517 | 526 | | |
518 | 527 | | |
| |||
547 | 556 | | |
548 | 557 | | |
549 | 558 | | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
550 | 562 | | |
551 | | - | |
552 | | - | |
| 563 | + | |
| 564 | + | |
553 | 565 | | |
554 | 566 | | |
555 | 567 | | |
| |||
686 | 698 | | |
687 | 699 | | |
688 | 700 | | |
| 701 | + | |
| 702 | + | |
689 | 703 | | |
690 | | - | |
| 704 | + | |
691 | 705 | | |
692 | 706 | | |
693 | 707 | | |
| |||
0 commit comments