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

Use Unix find to search for all Go manifests and run scans in each directory #3

Merged
merged 10 commits into from
May 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/go_mod_parser.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseDependents = void 0;
const processor_1 = require("@github/dependency-snapshot-action/dist/processor");
const processor_1 = require("@github/dependency-submission-toolkit/dist/processor");
function parseDependents(contents) {
const stdoutArr = contents.split('\n');
const splitStdoutArr = stdoutArr.map(function (line) {
Expand Down
Loading