Skip to content

Commit

Permalink
Uses install-latest script provided in fossa-cli, after repository sw…
Browse files Browse the repository at this point in the history
…itch over (#14)
  • Loading branch information
meghfossa authored Nov 15, 2021
1 parent f717e98 commit 5ea65dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B1%2Fgithub.com%2Ffossas%2Ffossa-action.svg?type=shield)](https://app.fossa.com/projects/custom%2B1%2Fgithub.com%2Ffossas%2Ffossa-action?ref=badge_shield)
[![FOSSA Action](https://github.com/fossas/fossa-action/actions/workflows/test.yml/badge.svg)](https://github.com/fossas/fossa-action/actions/)

Find license compliance and security issues in your applications with [FOSSA](https://fossa.com) in Github Actions, using FOSSA CLI V2.
Find license compliance and security issues in your applications with [FOSSA](https://fossa.com) in Github Actions, using latest FOSSA CLI.

## About FOSSA
* Developer focused open source license and security compliance
* The most in-depth and insightful visibility into your third-party dependencies.
* Secure your open source code with accurate vulnerability detection and continuous integration

## About FOSSA Action
FOSSA Action provides an easy to use entry point to using FOSSA in your github workflow. This github action will run FOSSA CLI V2 in your github workflows with, at minimum, an API key. Below you can find [input documentation](#inputs) and [examples](#examples).
FOSSA Action provides an easy to use entry point to using FOSSA in your github workflow. This github action will run FOSSA CLI in your github workflows with, at minimum, an API key. Below you can find [input documentation](#inputs) and [examples](#examples).

FOSSA Action will run on any linux runner or on a MacOS runner. **Note**: In order to use container scanning, a running docker daemon is required - unfortunately Github's MacOS runner does not provide docker.

Windows is not currently supported.

### Versioning
Please note: Versioning of this action does not correspond to the version of FOSSA CLI. This Action will always use the latest version of FOSSA CLI V2 found [here](https://github.com/fossas/spectrometer/releases).
Please note: Versioning of this action does not correspond to the version of FOSSA CLI. This Action will always use the latest version of FOSSA CLI found [here](https://github.com/fossas/fossa-cli/releases).

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/download-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function getInstaller() {

if (!downloadPath) {
downloadPath = await downloadTool(
'https://raw.githubusercontent.com/fossas/spectrometer/master/install.sh',
'https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh',
);

await cacheFile(
Expand Down

0 comments on commit 5ea65dd

Please sign in to comment.