Skip to content

Commit

Permalink
Write plan yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jit-ci[bot] authored Apr 9, 2024
1 parent f43a0cc commit 1c5f8ba
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .jit/jit-plan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: My plan
level: beginner
update_id: 794a0815-b274-45b9-b2a2-edfe326bf399
author: Jit
version: 0.1
owners:
Expand All @@ -10,10 +9,11 @@ references:
tags: []
items:
- name: Scan your code for vulnerabilities (SAST)
uses: jitsecurity-controls/jit-plans/items/code/item-code-vulnerability.yml@latest
uses: >-
jitsecurity-controls/jit-plans/items/code/item-code-vulnerability.yml@latest
- name: Confirm your hosting model

uses: jitsecurity-controls/jit-plans/items/partner_hosted/item-partner-hosting-model.yml@latest
uses: >-
jitsecurity-controls/jit-plans/items/partner_hosted/item-partner-hosting-model.yml@latest
input:
note: ''
requirements:
Expand All @@ -22,4 +22,8 @@ items:
status: passed
status: null
- name: Generate a Software Bill of Materials (SBOM)
uses: jitsecurity-controls/jit-plans/items/code/item-software-bill-of-materials.yml@latest
uses: >-
jitsecurity-controls/jit-plans/items/code/item-software-bill-of-materials.yml@latest
- name: Scan code for hard-coded secrets
uses: jitsecurity-controls/jit-plans/items/code/item-secret-detection.yml@latest

0 comments on commit 1c5f8ba

Please sign in to comment.