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 21, 2024
1 parent d4f0dab commit c3700ff
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .jit/jit-plan.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: My plan
level: beginner
update_id: 64963fae-7b65-43e1-9c70-2115e12632e9
author: Jit
version: 0.1
owners:
Expand All @@ -9,21 +10,18 @@ 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:
'1':
note: test
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
- name: Scan code for hard-coded secrets
uses: jitsecurity-controls/jit-plans/items/code/item-secret-detection.yml@latest

- name: Generate a Software Bill of Materials (SBOM)
uses: jitsecurity-controls/jit-plans/items/code/item-software-bill-of-materials.yml@latest

0 comments on commit c3700ff

Please sign in to comment.