Skip to content

Commit 6ad9249

Browse files
nextcloud-commandnextcloud-botAndyScherzinger
authored
chore(CI): Updating reuse.yml workflow from template (#42)
* chore(CI): Updating reuse.yml workflow from template Signed-off-by: Nextcloud bot <[email protected]> * docs(readme): Add reuse status badge Signed-off-by: Andy Scherzinger <[email protected]> --------- Signed-off-by: Nextcloud bot <[email protected]> Signed-off-by: Andy Scherzinger <[email protected]> Co-authored-by: Nextcloud bot <[email protected]> Co-authored-by: Andy Scherzinger <[email protected]>
1 parent a26db48 commit 6ad9249

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/reuse.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
with:
21+
persist-credentials: false
2022

2123
- name: REUSE Compliance Check
22-
uses: fsfe/reuse-action@3ae3c6bdf1257ab19397fab11fd3312144692083 # v4.0.0
23-
24+
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
- SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
33
- SPDX-License-Identifier: AGPL-3.0-or-later
44
-->
5-
65
# Nextcloud AppAPI Docker Socket Proxy
76

7+
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/docker-socket-proxy)](https://api.reuse.software/info/github.com/nextcloud/docker-socket-proxy)
8+
89
This is a **Security-Enhanced** proxy for the Docker Socket *specifically* for AppAPI.
910

1011
It comes with built-in authentication and strict bruteforce protection.

0 commit comments

Comments
 (0)