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 formatting check and reuse workflows #26

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

UncleGrumpy
Copy link
Collaborator

@UncleGrumpy UncleGrumpy commented Feb 17, 2025

Adds missing licenses and copyright information, and enables reuse workflow.
Fixes formatting and enables erlfmt check workflow.
Changes some 3rd party actions to use a specific commit rather than version tag for enhanced security to mitigate supply chain attacks (on the advice of CodeQL).

Closes #22

CodeQL reccomends using a pinned commit rather than a version for 3rd party actions:
```
Using a tag for a 3rd party Action that is not pinned to a commit can lead to executing an
untrusted Action through a supply chain attack.
```

Signed-off-by: Winford <[email protected]>
Fix formatting so future PRs can be checked with erlfmt.

Signed-off-by: Winford <[email protected]>
Add workflow to ensure proper formatting for all submissions.

Signed-off-by: Winford <[email protected]>
Adds missing copyright and license info so the reuse workflow can be enabled.

Signed-off-by: Winford <[email protected]>
Ensure licences and copyright information is present for all files.

Signed-off-by: Winford <[email protected]>
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.

Some files are missing license information
1 participant