Skip to content

Commit

Permalink
fix(general): fix doc links on windows (bridgecrewio#3959)
Browse files Browse the repository at this point in the history
fix doc links on windows
  • Loading branch information
JamesWoolfenden authored and actions-user committed Dec 1, 2022
1 parent d425a84 commit d985110
Show file tree
Hide file tree
Showing 19 changed files with 6,278 additions and 6,278 deletions.
6,082 changes: 3,041 additions & 3,041 deletions docs/5.Policy Index/all.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/5.Policy Index/argo_workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ nav_order: 1

# argo_workflows resource scans (auto generated)

| | | Id | Type | Entity | Policy | IaC |
|----|------------|----------------|--------|---------------------------------------------------------------|----------------|-------------------------------------------------------------|
| 0 | CKV_ARGO_1 | argo_workflows | spec | Ensure Workflow pods are not using the default ServiceAccount | Argo Workflows | https://github.com/bridgecrewio/checkov/tree/master/checkov |
| 1 | CKV_ARGO_2 | argo_workflows | spec | Ensure Workflow pods are running as non-root user | Argo Workflows | https://github.com/bridgecrewio/checkov/tree/master/checkov |
| | | Id | Type | Entity | Policy | IaC |
|----|------------|----------------|--------|---------------------------------------------------------------|----------------|---------------------------------------------------------------------------------------------------------------------|
| 0 | CKV_ARGO_1 | argo_workflows | spec | Ensure Workflow pods are not using the default ServiceAccount | Argo Workflows | https://github.com/bridgecrewio/checkov/tree/master/checkov/argo_workflows/checks/template/DefaultServiceAccount.py |
| 1 | CKV_ARGO_2 | argo_workflows | spec | Ensure Workflow pods are running as non-root user | Argo Workflows | https://github.com/bridgecrewio/checkov/tree/master/checkov/argo_workflows/checks/template/RunAsNonRoot.py |


---
Expand Down
118 changes: 59 additions & 59 deletions docs/5.Policy Index/arm.md

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/5.Policy Index/azure_pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ nav_order: 1

# azure_pipelines resource scans (auto generated)

| | | Id | Type | Entity | Policy | IaC |
|----|----------------------|-----------------|-------------------------|----------------------------------------------------|-----------------|-------------------------------------------------------------|
| 0 | CKV_AZUREPIPELINES_1 | azure_pipelines | jobs | Ensure container job uses a non latest version tag | Azure Pipelines | https://github.com/bridgecrewio/checkov/tree/master/checkov |
| 1 | CKV_AZUREPIPELINES_1 | azure_pipelines | stages[].jobs[] | Ensure container job uses a non latest version tag | Azure Pipelines | https://github.com/bridgecrewio/checkov/tree/master/checkov |
| 2 | CKV_AZUREPIPELINES_2 | azure_pipelines | jobs | Ensure container job uses a version digest | Azure Pipelines | https://github.com/bridgecrewio/checkov/tree/master/checkov |
| 3 | CKV_AZUREPIPELINES_2 | azure_pipelines | stages[].jobs[] | Ensure container job uses a version digest | Azure Pipelines | https://github.com/bridgecrewio/checkov/tree/master/checkov |
| 4 | CKV_AZUREPIPELINES_3 | azure_pipelines | jobs[].steps[] | Ensure set variable is not marked as a secret | Azure Pipelines | https://github.com/bridgecrewio/checkov/tree/master/checkov |
| 5 | CKV_AZUREPIPELINES_3 | azure_pipelines | stages[].jobs[].steps[] | Ensure set variable is not marked as a secret | Azure Pipelines | https://github.com/bridgecrewio/checkov/tree/master/checkov |
| | | Id | Type | Entity | Policy | IaC |
|----|----------------------|-----------------|-------------------------|----------------------------------------------------|-----------------|--------------------------------------------------------------------------------------------------------------|
| 0 | CKV_AZUREPIPELINES_1 | azure_pipelines | jobs | Ensure container job uses a non latest version tag | Azure Pipelines | https://github.com/bridgecrewio/checkov/tree/master/checkov/azure_pipelines/checks/job/ContainerLatestTag.py |
| 1 | CKV_AZUREPIPELINES_1 | azure_pipelines | stages[].jobs[] | Ensure container job uses a non latest version tag | Azure Pipelines | https://github.com/bridgecrewio/checkov/tree/master/checkov/azure_pipelines/checks/job/ContainerLatestTag.py |
| 2 | CKV_AZUREPIPELINES_2 | azure_pipelines | jobs | Ensure container job uses a version digest | Azure Pipelines | https://github.com/bridgecrewio/checkov/tree/master/checkov/azure_pipelines/checks/job/ContainerDigest.py |
| 3 | CKV_AZUREPIPELINES_2 | azure_pipelines | stages[].jobs[] | Ensure container job uses a version digest | Azure Pipelines | https://github.com/bridgecrewio/checkov/tree/master/checkov/azure_pipelines/checks/job/ContainerDigest.py |
| 4 | CKV_AZUREPIPELINES_3 | azure_pipelines | jobs[].steps[] | Ensure set variable is not marked as a secret | Azure Pipelines | https://github.com/bridgecrewio/checkov/tree/master/checkov/azure_pipelines/checks/job/SetSecretVariable.py |
| 5 | CKV_AZUREPIPELINES_3 | azure_pipelines | stages[].jobs[].steps[] | Ensure set variable is not marked as a secret | Azure Pipelines | https://github.com/bridgecrewio/checkov/tree/master/checkov/azure_pipelines/checks/job/SetSecretVariable.py |


---
Expand Down
Loading

0 comments on commit d985110

Please sign in to comment.