-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65197ba
commit 7c6642b
Showing
1 changed file
with
12 additions
and
8 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 |
---|---|---|
@@ -1,13 +1,17 @@ | ||
# This file was generated by Jit at 2024-11-18T11:01:10.928449 | ||
name: My plan | ||
level: beginner | ||
author: Jit | ||
version: 0.1 | ||
items: | ||
- name: Scan your code for vulnerabilities (SAST) | ||
uses: jitsecurity-controls/jit-plans/items/code/item-code-vulnerability.yml@latest | ||
- name: Scan your code dependencies for vulnerabilities (SCA) | ||
uses: jitsecurity-controls/jit-plans/items/code/item-dependency-check.yml@latest | ||
- name: Scan code for hard-coded secrets | ||
uses: jitsecurity-controls/jit-plans/items/code/item-secret-detection.yml@latest | ||
level: beginner | ||
name: My plan | ||
owners: | ||
default: | ||
default: null | ||
references: | ||
- https://www.jit.io | ||
- https://www.jit.io | ||
tags: [] | ||
#----------- List of plan items ----------- | ||
items: [] | ||
version: 0.1 | ||
|