Skip to content

Commit 7ba1bec

Browse files
committed
fix references
1 parent 7a675a5 commit 7ba1bec

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

src/assets/YAML/default/BuildAndDeployment/Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Build and Deployment:
117117
usefulness: 4
118118
level: 2
119119
implementation:
120-
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/hasicorp-vault
120+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/hashicorp-vault
121121
references:
122122
samm2:
123123
- I-SD-1-B

src/assets/YAML/default/TestAndVerification/DynamicDepthForApplications.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ Test and Verification:
168168
- 8.32
169169
- 8.29
170170
implementation:
171-
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/pact-io
172171
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/citrusframework
173172
isImplemented: false
174173
evidence: ""

src/assets/YAML/default/TestAndVerification/StaticDepthForApplications.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ Test and Verification:
117117
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/fortify-vscode-extension
118118
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/checkmarx-vscode-extension
119119
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/appscan-vscode-extension
120-
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/pre-commit
121120
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/pre-commit-microsoft
122121
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/pre-commit-synopsis
123122
references:

src/assets/YAML/default/TestAndVerification/StaticDepthForInfrastructure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Test and Verification:
6363
level: 4
6464
description: Subscribing to Github projects and reading release notes might help. Software Composition Analysis for infrastructure might help, but is often too fine-granular.
6565
implementation:
66-
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/https-github-com-a
66+
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/trivy
6767
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/registries-like-quay
6868
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/dependencyTrack
6969
references:

src/assets/YAML/default/implementations.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ implementations:
712712
name: go-pillage-registries
713713
tags: []
714714
url: https://github.com/nccgroup/go-pillage-registries
715-
https-github-com-a:
715+
trivy:
716716
uuid: 7f500e95-2110-44c4-a1f8-cd7ef5d9eb6b
717717
name: https://github.com/aquasecurity/trivy
718718
tags: []
@@ -985,3 +985,10 @@ implementations:
985985
to increase the security of your application. Once set, these HTTP response headers can restrict modern browsers
986986
from running into easily preventable vulnerabilities. The OWASP Secure Headers Project intends to raise awareness
987987
and use of these headers.
988+
citrusframework:
989+
uuid: 000b55f9-e6fd-4649-8290-27876a0409e2
990+
name: Citrus Fresh Integration Testing
991+
tags: [framework, testing]
992+
url: https://citrusframework.org/
993+
description: |-
994+
Integration Test framework with focus on messaging applications and Microservices.

0 commit comments

Comments
 (0)