Skip to content

Commit

Permalink
Issue #89: Update documentation for detect-secrets
Browse files Browse the repository at this point in the history
Configuration files (yaml, baseline file, and plugins) are stored at another repository:
https://github.com/NASA-AMMOS/slim-config-detect-secrets
  • Loading branch information
perryzjc authored May 12, 2023
1 parent ef3d85b commit fadf55e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions continuous-testing/starter-kits/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,13 +315,14 @@ sequenceDiagram
L3->>DS: Scan for Secrets
alt Secrets Detected in L3
DS-->>Dev: Secrets Detected
Note over Dev: Manually check the file for same type of secrets
Dev->>L1: Use Auditing Feature to Identify Files for Cleaning
Dev->>Dev: Clean Commit History
Note over Dev: If a secret has already been committed, visit: <br/> https://help.github.com/articles/removing-sensitive-data-from-a-repository
Note over Dev: If a secret has already been committed, refer: <br/> https://help.github.com/articles/removing-sensitive-data-from-a-repository
Dev->>L2: Set Up Git Commit Scan
Note over Dev, L2: Minimize the chance of pushing secrets <br/> Easier to clean local files than GitHub commit history
Dev->>L1: Involve Full Scan & Audit in Each Stage
Note over Dev, L1: Helps generate, update or analyze baseline file for L2 and L3
Note over Dev, L2: Minimizes chances of pushing secrets <br/> Easier to clean local files than GitHub commit history
Dev->>L1: Use Full Scan & Audit at Each Stage
Note over Dev, L1: Assists in generating, updating or analyzing baseline file for L2 and L3
Dev->>L3: Retry Push/Merge to Main Branch
else No Secrets Detected
DS-->>GH: No Secrets Detected
Expand Down

0 comments on commit fadf55e

Please sign in to comment.