-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support the vfps pseudonym service (#59)
* feat: support for the vfps pseudonym service * test: improved code coverage
- Loading branch information
Showing
40 changed files
with
2,110 additions
and
630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
skip-check: | ||
- CKV_DOCKER_3 | ||
- CKV_DOCKER_2 | ||
# CKV_K8S_21: "The default namespace should not be used" - used for simple testing inside a KinD cluster | ||
- CKV_K8S_21 | ||
# CKV_K8S_10: "CPU requests should be set" - ignored for iter8 job pod | ||
- CKV_K8S_10 | ||
# CKV_K8S_11: "CPU limits should be set" - ignored for iter8 job pod | ||
- CKV_K8S_11 | ||
# CKV_K8S_12: "Memory requests should be set" | ||
- CKV_K8S_12 | ||
# CKV_K8S_13: "Memory limits should be set" - ignored for iter8 job pod | ||
- CKV_K8S_13 | ||
# CKV_K8S_15: "Image Pull Policy should be Always" - ignored for digest-pinned iter8 | ||
- CKV_K8S_15 | ||
# CKV_K8S_12: "Memory requests should be set" - ignored for iter8 | ||
- CKV_K8S_12 | ||
# CKV_K8S_38: "Ensure that Service Account Tokens are only mounted where necessary" - necessary for iter8 | ||
- CKV_K8S_38 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
lint: | ||
rules_option: | ||
max_line_length: | ||
max_chars: 120 | ||
indent: | ||
not_insert_newline: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# iter8 requires access to secrets | ||
AVD-KSV-0041 | ||
KSV041 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.