You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,11 @@ Add this workflow to your repository to analyze dependencies in your pull reques
6
6
7
7
The action will:
8
8
9
-
<!-- TODO: make sure this first point is correct -->
10
-
11
-
1. Run on commits that modify dependency files (OR in the first commit after the action is added)
12
-
2. Analyze dependencies for software supply chain issues
9
+
1. Run on commits that modify dependency files
10
+
2. Analyze dependencies for software supply chain smells
13
11
3. Post results:
14
-
1. If in a PR, will post the report as a comment
15
-
2. Otherwise, results are available in the action logs; if high severity issues are found, the report will be posted as a comment in the commit, if enabled
12
+
1. If in a PR, will post the report as a comment by default if CI fails
13
+
2. Otherwise, results are available in the action logs; if CI fails, the report may also be posted as a comment in the commit, if enabled
16
14
4. Break CI if high severity issues are found, if enabled
17
15
18
16
As an important note, **the first time you run this action, it _will_ take quite some time**!
@@ -45,8 +43,8 @@ SSC issues currently checked for:
0 commit comments