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
- removed path filters from example workflow
- set persist-credentials to false in example workflow
- pin dirty-waters (and action) in example workflow; every release of the action will be pinned to the latest tag of dirty-waters, at the time of release
- stopped requiring project_repo, latest_commit_sha, github_event_before as inputs
- switched to major-minor-patch versioning
- switched to one comment per PR, at most (updating the first one, to avoid new notifications)
- bug fixes
Copy file name to clipboardExpand all lines: README.md
+21-22Lines changed: 21 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This action runs [Dirty Waters](https://github.com/chains-project/dirty-waters) on your repository to analyze dependencies for Software Supply Chain (SSC) issues.
4
4
Add this workflow to your repository to analyze dependencies in your pull requests
5
-
(change/add inputs as needed -- details in [action.yml](./action.yml)). An example of a workflow that uses this action is available in [.github/workflows/dirty-waters.yml](./.github/workflows/dirty-waters.yml).
5
+
(change/add inputs as needed -- details in [action.yml](./action.yml)). An example of a workflow that uses this action is available in [example_workflow.yml](./example_workflow.yml).
6
6
7
7
The action will:
8
8
@@ -27,24 +27,23 @@ SSC issues currently checked for:
0 commit comments