Skip to content

Commit

Permalink
Introduce changes for fossa cli v3
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Nov 13, 2021
1 parent cf0d58a commit 5f27fef
Show file tree
Hide file tree
Showing 9 changed files with 3,253 additions and 104 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,55 +6,59 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]

- Introduce changes for fossa cli v3.

## [1.1.4] - 2020-02-02

- Improve error handling at the entry point
- Improve error handling at the entry point.

## [1.1.3] - 2020-11-30

### Changed

- Provide the `github.token` by default
- Provide the `github.token` by default.

## [1.1.2] - 2020-10-16

### Fixed

- Pass all `process.env` children to the exec function
- Pass all `process.env` children to the exec function.

## [1.1.1] - 2020-10-15

### Fixed

- Fix cache directory name
- Fix cache directory name.

## [1.1.0] - 2020-10-06

### Added

- Add `skip-test` input
- Add `skip-test` input.

## [1.0.3] - 2020-09-29

### Changed

- Use esbuild instead
- Use esbuild instead.

## [1.0.2] - 2020-09-26

### Fixed

- Do not download `fossa-cli` if cache exists
- Do not download `fossa-cli` if cache exists.

## [1.0.1] - 2020-09-26

### Fixed

- Pass the `PATH` environment variable to the `fossa-cli`
- Pass the `PATH` environment variable to the `fossa-cli`.

## [1.0.0] - 2020-09-26

- Initial release
- Initial release.

[unreleased]:
https://github.com/fossa-contrib/fossa-action/compare/v1.1.4...HEAD
Expand Down
38 changes: 38 additions & 0 deletions dist/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,25 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


lru-cache
ISC
The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


node-fetch
MIT
The MIT License (MIT)
Expand Down Expand Up @@ -700,3 +719,22 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.


yallist
ISC
The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Loading

0 comments on commit 5f27fef

Please sign in to comment.