Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,22 @@ permissions:

jobs:
reuse-compliance-check:
name: REUSE Compliance Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: REUSE Compliance Check
uses: fsfe/reuse-action@v6
uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6
with:
persist-credentials: false

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

```

If you would like to run other subcommands, you could use the following snippet which outputs a the SPDX bill of materials:
Expand Down