-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #601 from frontendnetwork/staging
Deploy
- Loading branch information
Showing
6 changed files
with
124 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
- name: Extract metadata (tags, labels) for Docker | ||
id: meta | ||
uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e | ||
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c | ||
with: | ||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} | ||
|
||
|
@@ -62,7 +62,7 @@ jobs: | |
|
||
steps: | ||
- name: SSH into the server and run Docker Compose | ||
uses: appleboy/[email protected].2 | ||
uses: appleboy/[email protected].3 | ||
with: | ||
host: ${{ secrets.SSH_HOST }} | ||
username: ${{ secrets.SSH_USERNAME }} | ||
|
@@ -97,7 +97,7 @@ jobs: | |
|
||
- name: Extract metadata (tags, labels) for Docker | ||
id: meta | ||
uses: docker/metadata-action@9dc751fe249ad99385a2583ee0d084c400eee04e | ||
uses: docker/metadata-action@dbef88086f6cef02e264edb7dbf63250c17cef6c | ||
with: | ||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} | ||
|
||
|
@@ -123,7 +123,7 @@ jobs: | |
|
||
steps: | ||
- name: SSH into the server and run Docker Compose | ||
uses: appleboy/[email protected].2 | ||
uses: appleboy/[email protected].3 | ||
with: | ||
host: ${{ secrets.SSH_HOST }} | ||
username: ${{ secrets.SSH_USERNAME }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,32 @@ | ||
# Security Policy | ||
|
||
> [!IMPORTANT] | ||
> Up-to-Date contact information can be found in our [security.txt](https://vegancheck.me/.well-known/security.txt)! | ||
|
||
## Supported Versions | ||
|
||
Only the current released versions and the versions available online (on https://vegancheck.me) are in scope. | ||
Only the current released versions and the versions available online (on https://vegancheck.me) are supported officially. Forks are not within our scope. | ||
|
||
## Scope of the Security Policy | ||
The Scope of this Security Policy includes: | ||
- analytics.vegancheck.me | ||
- api.vegancheck.me | ||
- dev.vegancheck.me * | ||
- grade.vegancheck.me | ||
- grades.vegancheck.me | ||
- mastobot.vegancheck.me † | ||
- preprod.vegancheck.me * | ||
- staging.vegancheck.me | ||
- vegancheck.me | ||
|
||
|
||
> [!NOTE] | ||
> Entries marked with * should only be accessible via VPN. <br /> | ||
> Entries marked with † should only be accessible via Authentification (e.g. Bearer Token).<br /> | ||
> The full scope can be found on [philip.media Security Policy Scope](https://security.philip.media/scope.html). | ||
Also, [api.vegancheck.me](https://api.vegancheck.me), [grade.vegancheck.me](https://grade.vegancheck.me) and [grades.vegancheck.me](https://grades.vegancheck.me) are in scope. | ||
|
||
## Reporting a Vulnerability | ||
|
||
You can read more about reporting a vulnerability [here](https://philip-media.github.io/security-policy/vdp.html). Please also see our contact details in our [security.txt](https://cldsi.de/.well-known/security.txt). | ||
You can read more about reporting a vulnerability [here](https://security.philip.media/vdp). Please also see our contact details in our [security.txt](https://vegancheck.me/.well-known/security.txt). |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters