Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
d924268
Updated oci_utils.go to use mutli-source authentication. Driven by th…
cmharden Aug 21, 2025
07f9a7e
Adding oci_utils_test.go to test all permutations that might be appli…
cmharden Aug 21, 2025
e5a903e
Implementing CodeRabbit AI suggestions for command injection preventi…
cmharden Aug 22, 2025
6eaab89
Implementing CodeRabbit AIs second round of suggestions
cmharden Aug 22, 2025
da3ffd6
[autofix.ci] apply automated fixes
autofix-ci[bot] Aug 24, 2025
0b43b70
Merge branch 'main' into feat/oci-add-multi-registry-auth
osterman Aug 25, 2025
bf321e6
Updates per coderabbitai:
cmharden Aug 25, 2025
57e4e24
Updates per coderabbitai:
cmharden Aug 25, 2025
9197468
Updates per coderabbitai: Env var name derivation produces invalid na…
cmharden Aug 25, 2025
7dbf63c
Updates per coderabbitai: Honor DOCKER_CONFIG and per‑registry credHe…
cmharden Aug 25, 2025
365144f
Updates per coderabbitai: ECR auth: remove env gating, force client r…
cmharden Aug 25, 2025
630925e
Updates per coderabbitai: Fix Zip Slip path traversal in ZIP extraction
cmharden Aug 25, 2025
6a3f0c6
Updates per coderabbitai: Fix ECR region parsing
cmharden Aug 25, 2025
46c5b98
Updates per coderabbitai: time-bound Azure CLI calls
cmharden Aug 25, 2025
e70a6ce
Updates per @osterman: Move from az acr credentials to azidentity
cmharden Aug 25, 2025
79c365d
Updates per @osterman: Move from os.Getenv to viper.BindEnv
cmharden Aug 25, 2025
5be3ad4
Changes per @osterman: removed unnecessary Terraform Auth
cmharden Aug 25, 2025
863e682
Changes per @osterman: Breaking oci-utils into smaller cloud centric …
cmharden Aug 25, 2025
fd547f0
[autofix.ci] apply automated fixes
autofix-ci[bot] Aug 25, 2025
ac88c0f
Changes per coderabbitai: Enhance ECR Auth Parsing, Nil Safety, and T…
cmharden Aug 25, 2025
45ac6c8
Changes per coderabbitai: Make Azure CLI opt-in and treat AzureCLIAut…
cmharden Aug 25, 2025
f1664d2
Changes per coderabbitai: Test has incorrect function signature
cmharden Aug 25, 2025
b7af33c
Changes per coderabbitai: Duplicate test function name
cmharden Aug 25, 2025
8afef04
Resolving merge conflicts
cmharden Aug 25, 2025
f74d1cc
Changes per coderabbitai: exchange AAD for ACR refresh token
cmharden Aug 25, 2025
8f0f942
Changes per coderabbitai: Strengthen registry validation with an allo…
cmharden Aug 25, 2025
65b07f3
Changes per coderabbitai: Add command existence check before execution.
cmharden Aug 25, 2025
4ea05f9
Changes per coderabbitai: Avoid double-close by using a single deferr…
cmharden Aug 25, 2025
781b064
Resolving merge conflict
cmharden Aug 25, 2025
7db8d81
Changes per @osterman: refactoring tests by cloud provider
cmharden Aug 25, 2025
b22a64c
Fine tuning tests
cmharden Aug 25, 2025
2b7bda6
Changes per coderabbitai: Implement GCR auth with google.Keychain and…
cmharden Aug 25, 2025
a671f20
[autofix.ci] apply automated fixes
autofix-ci[bot] Aug 25, 2025
48e007c
Changes per coderabbitai
cmharden Aug 26, 2025
3accad0
Update internal/exec/oci_azure_test.go
cmharden Aug 26, 2025
21c6021
Update internal/exec/oci_docker_test.go
cmharden Aug 26, 2025
2aaa739
Update internal/exec/oci_azure_test.go
cmharden Aug 26, 2025
1208624
Update internal/exec/oci_azure_test.go
cmharden Aug 26, 2025
507adf1
Changes per coderabbitai
cmharden Aug 26, 2025
5c0ed60
Changes per coderabbitai
cmharden Aug 26, 2025
bee684c
Update internal/exec/oci_docker_test.go
cmharden Aug 26, 2025
d376d81
Merge branch 'main' into feat/oci-add-multi-registry-auth
osterman Aug 27, 2025
e943a49
Fat finger fix
cmharden Aug 27, 2025
8c97794
Removed oci_extration_test.go that was used for local testing
cmharden Aug 27, 2025
ed8688d
Merge branch 'main' into feat/oci-add-multi-registry-auth
cmharden Aug 27, 2025
27811a3
Merge branch 'main' into feat/oci-add-multi-registry-auth
cmharden Aug 28, 2025
6d0d61f
Adding back in oci_extraction_test.go to flesh out testing.
cmharden Aug 29, 2025
ead10f4
Merge branch 'main' into feat/oci-add-multi-registry-auth
aknysh Sep 2, 2025
8ac4042
Merge branch 'main' into feat/oci-add-multi-registry-auth
aknysh Sep 3, 2025
9a9fec4
Merge branch 'main' into feat/oci-add-multi-registry-auth
cmharden Sep 4, 2025
3c79798
Addressing golangci-lint issues with missing periods on func comments
cmharden Sep 4, 2025
25c9471
Addressing remaining golangci-lint errors found in CI
cmharden Sep 4, 2025
86bf1b4
Added constant for logFieldError
cmharden Sep 4, 2025
840056d
Updating ATMOS_ prefix to match position in config
cmharden Sep 5, 2025
dd5bdcb
Addressing coderabbitai nitpick actionable comments
cmharden Sep 5, 2025
addac53
[autofix.ci] apply automated fixes
autofix-ci[bot] Sep 5, 2025
556639c
Update internal/exec/oci_docker.go
cmharden Sep 5, 2025
431510b
coderabbit suggested changes
cmharden Sep 5, 2025
732940f
[autofix.ci] apply automated fixes
autofix-ci[bot] Sep 5, 2025
737f576
Merge branch 'main' into feat/oci-add-multi-registry-auth
cmharden Sep 5, 2025
7a3cdb3
address coderrabbit nitpick suggestions
cmharden Sep 5, 2025
b974604
gofumpt updates
cmharden Sep 5, 2025
5aaa182
Update internal/exec/oci_docker.go
cmharden Sep 5, 2025
e42b659
coderabbit suggested changes
cmharden Sep 5, 2025
310a6ff
Merge branch 'main' into feat/oci-add-multi-registry-auth
cmharden Sep 8, 2025
971b4a9
Merge branch 'main' into feat/oci-add-multi-registry-auth
cmharden Sep 9, 2025
0f3d12c
Merge branch 'main' into feat/oci-add-multi-registry-auth
cmharden Sep 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading