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
{{ message }}
This repository was archived by the owner on Jun 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+27-8Lines changed: 27 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,32 @@ An Action that creates a dependency submission using `go mod graph`.
4
4
5
5
Optional inputs for the Action include: `detector-name`, `detector-url`, `detector-version`, and `metadata` - a JSON of max eight keys to provide with the snapshot.
6
6
7
+
### Example
7
8
```
8
-
name: Run snapshot action
9
-
uses: @dsp-testing/go-snapshot-action
10
-
with:
11
-
# All of the below have defaults, but can be overriden manually
0 commit comments