-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add FOSSA scans #57
Conversation
.github/workflows/pull-request.yml
Outdated
@@ -5,10 +5,15 @@ on: | |||
branches: '*' | |||
|
|||
jobs: | |||
fossa-scans: | |||
name: Rune FOSSA Scans |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rune was here! :-P
.github/workflows/fossa-scan.yml
Outdated
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Checkout Code" | ||
uses: actions/checkout@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v4?
.github/workflows/fossa-scan.yml
Outdated
uses: actions/checkout@v3 | ||
|
||
- name: "Run FOSSA Scan" | ||
uses: fossas/fossa-action@main |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
So we can catch licensing and security violations early