mirror of
https://github.com/actions/upload-artifact.git
synced 2025-12-12 13:11:31 +00:00
- Add 0bsd and blueoak-1.0.0 to allowed licenses - Add reviewed packages for dependencies with non-standard licenses - Enable UTF-8 encoding
41 lines
No EOL
743 B
YAML
41 lines
No EOL
743 B
YAML
sources:
|
|
npm: true
|
|
|
|
# Force UTF-8 encoding
|
|
encoding: 'utf-8'
|
|
|
|
allowed:
|
|
- apache-2.0
|
|
- bsd-2-clause
|
|
- bsd-3-clause
|
|
- isc
|
|
- mit
|
|
- cc0-1.0
|
|
- unlicense
|
|
- 0bsd
|
|
- blueoak-1.0.0
|
|
|
|
reviewed:
|
|
npm:
|
|
- fs.realpath
|
|
- "@actions/http-client" # MIT
|
|
- "@bufbuild/protobuf" # Apache-2.0
|
|
- "@pkgjs/parseargs" # MIT
|
|
- "@protobuf-ts/runtime" # Apache-2.0
|
|
- argparse # Python-2.0
|
|
- buffers # MIT
|
|
- chainsaw # MIT
|
|
- color-convert # MIT
|
|
- ieee754 # BSD-3-Clause
|
|
- lodash # MIT
|
|
- mdurl # MIT
|
|
- neo-async # MIT
|
|
- package-json-from-dist # ISC
|
|
- readable-stream # MIT
|
|
- sax # ISC
|
|
- source-map # BSD-3-Clause
|
|
- string_decoder # MIT
|
|
- traverse # MIT
|
|
- tslib # 0BSD
|
|
- uglify-js # BSD-2-Clause
|
|
- wordwrap # MIT |