Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FOSSA scans #57

Merged
merged 4 commits into from
Feb 27, 2024
Merged

Add FOSSA scans #57

merged 4 commits into from
Feb 27, 2024

Conversation

goatherder
Copy link
Contributor

So we can catch licensing and security violations early

@@ -5,10 +5,15 @@ on:
branches: '*'

jobs:
fossa-scans:
name: Rune FOSSA Scans
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the extra e a typo?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rune was here! :-P

runs-on: ubuntu-latest
steps:
- name: "Checkout Code"
uses: actions/checkout@v3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v4?

uses: actions/checkout@v3

- name: "Run FOSSA Scan"
uses: fossas/fossa-action@main
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is @main safe or do we wanna lock the version of it?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's lock if we can, version or commit id

@enjikaka enjikaka merged commit 624af27 into main Feb 27, 2024
4 checks passed
@enjikaka enjikaka deleted the feature/fossa_scanning branch February 27, 2024 23:24
TheHaff added a commit that referenced this pull request Feb 28, 2024
* main:
  Refactoring of the IndexedDB layer for the local reducer (#50)
  Haff/change dispatch to send (#46) (#61)
  Add FOSSA scans (#57)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants