Align snapshot metadata with current detector naming

This commit is contained in:
Brandyn Phelps
2022-06-16 13:23:30 -07:00
committed by GitHub
parent 7c97cf4cb3
commit d2e9adb5a2
+2 -2
View File
@@ -43,8 +43,8 @@ async function main () {
)
const snapshot = new Snapshot(
{
name: 'github-go-dependency-detector',
url: 'https://github.com/github/github-go-dependency-detector',
name: 'actions/go-dependency-submission',
url: 'https://github.com/actions/go-dependency-submission',
version: '0.0.1'
},
github.context,