2022-08-25 09:21:59 -07:00
|
|
|
name: 'SPDX-to-dependency-graph-action'
|
|
|
|
|
description: 'Upload SPDX files to the dependency graph'
|
2022-08-25 09:12:00 -07:00
|
|
|
inputs:
|
2022-08-25 09:21:59 -07:00
|
|
|
filePath:
|
|
|
|
|
description: 'The path to the directory containing the SPDX files to upload. Defaults to Actions working directory.'
|
|
|
|
|
required: false
|
|
|
|
|
filePattern:
|
|
|
|
|
description: 'The file name pattern for SPDX files to upload'
|
|
|
|
|
required: false
|
|
|
|
|
default: '*.spdx.json'
|
2022-08-25 09:12:00 -07:00
|
|
|
runs:
|
|
|
|
|
using: 'node16'
|
|
|
|
|
main: 'dist/index.js'
|