Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit c234767

Browse files
authored
Merge pull request #3 from mrysav/main
Use Unix `find` to search for all Go manifests and run scans in each directory
2 parents b35953e + 9ac8fab commit c234767

File tree

8 files changed

+4526
-456
lines changed

8 files changed

+4526
-456
lines changed

dist/go_mod_parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.parseDependents = void 0;
4-
const processor_1 = require("@github/dependency-snapshot-action/dist/processor");
4+
const processor_1 = require("@github/dependency-submission-toolkit/dist/processor");
55
function parseDependents(contents) {
66
const stdoutArr = contents.split('\n');
77
const splitStdoutArr = stdoutArr.map(function (line) {

0 commit comments

Comments
 (0)