This repository was archived by the owner on Jun 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +362
-10201
lines changed Expand file tree Collapse file tree 5 files changed +362
-10201
lines changed Original file line number Diff line number Diff line change 1
- name : ' TypeScripy Library for Creating Dependency Snapshots'
2
- description : ' Detects dependencies in projects'
1
+ name : ' Go Action for Creating Dependency Snapshots'
2
+ description : ' Detects go dependencies in projects using go mod graph utility '
3
3
author : ' lorenanicole'
4
4
inputs :
5
5
token :
6
6
required : true
7
7
description : ' Personal access token for the GitHub API'
8
+ detector-name :
9
+ required : false
10
+ description : ' Name of the detector running the go action e.g. Go Snapshot Detector'
11
+ default : ' Go Snapshot Action'
12
+ detector-url :
13
+ required : false
14
+ description : ' URL of the detector running the go action e.g. http://github.com/dsp-testing/go-snapshot-action'
15
+ default : ' http://github.com/dsp-testing/go-snapshot-action'
16
+ detector-version :
17
+ required : false
18
+ description : ' Version of the detector running the go action e.g. 0.0.1'
19
+ default : ' 0.0.1'
20
+ metadata :
21
+ required : false
22
+ description : ' User provided map of max key/value pairs of metadata to include with the snapshot e.g. {"lastModified": "12-31-2022"}'
8
23
runs :
9
24
using : ' node16'
10
25
main : ' dist/index.js'
You can’t perform that action at this time.
0 commit comments