Skip to content

Commit

Permalink
pin Docker image version to major version
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmehl committed Jul 20, 2023
1 parent e7a4353 commit 28cf8f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later

FROM fsfe/reuse:latest
FROM fsfe/reuse:1

# Copy reuse wrapper used as entrypoint
COPY reuse-action-wrapper.sh /bin/reuse-action-wrapper
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ In the same fashion, it is possible to add optional arguments like `--include-su
| ------ | ----------- | ------- | ----------- |
| `args` | _required_ | `lint` | The subcommand for the REUSE helper tool. Read the [tool's documentation](https://reuse.readthedocs.io/) for all available subcommands. |

## Versions

The major version of this action follows the major version of the [REUSE helper tool](https://github.com/fsfe/reuse-tool). Make sure to keep up with the latest major version to benefit from the latest features and be able to spot licensing and copyright issues that we detect with newer versions.


## License

Expand Down

0 comments on commit 28cf8f3

Please sign in to comment.