mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 17:52:04 +02:00
Merge pull request #64 from cheir-mneme/fix/ci-p0-cleanup
fix(ci): pin Trivy action and update branding
This commit is contained in:
commit
ca643b656e
3 changed files with 8 additions and 14 deletions
13
.github/FUNDING.yml
vendored
13
.github/FUNDING.yml
vendored
|
|
@ -1,8 +1,5 @@
|
||||||
# These are supported funding model platforms
|
# Aletheia is a fork of Radarr. To support upstream development:
|
||||||
|
# - GitHub Sponsors: https://github.com/sponsors/radarr
|
||||||
github: radarr
|
# - Open Collective: https://opencollective.com/radarr
|
||||||
patreon: # Replace with a single Patreon username
|
#
|
||||||
open_collective: radarr
|
# Aletheia sponsorship links will be added once the project ships.
|
||||||
ko_fi: # Replace with a single Ko-fi username
|
|
||||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
||||||
custom: # Replace with a single custom sponsorship URL
|
|
||||||
|
|
|
||||||
5
.github/stale.yml
vendored
5
.github/stale.yml
vendored
|
|
@ -7,14 +7,11 @@ exemptLabels:
|
||||||
- feature request #legacy
|
- feature request #legacy
|
||||||
- 'Type: Feature Request'
|
- 'Type: Feature Request'
|
||||||
- 'Status: Confirmed'
|
- 'Status: Confirmed'
|
||||||
- sonarr-pull
|
|
||||||
- lidarr-pull
|
|
||||||
- readarr-pull
|
|
||||||
# Label to use when marking an issue as stale
|
# Label to use when marking an issue as stale
|
||||||
staleLabel: stale
|
staleLabel: stale
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
markComment: >
|
markComment: >
|
||||||
This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Radarr and report back. Otherwise this issue will be closed.
|
This issue has been automatically marked as stale because it has not had recent activity. Please verify that this is still an issue with the latest version of Aletheia and report back. Otherwise this issue will be closed.
|
||||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||||
closeComment: false
|
closeComment: false
|
||||||
only: issues
|
only: issues
|
||||||
|
|
|
||||||
4
.github/workflows/trivy.yml
vendored
4
.github/workflows/trivy.yml
vendored
|
|
@ -6,7 +6,7 @@ name: Trivy Security Scan
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [develop, main]
|
branches: [develop, master]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [develop]
|
branches: [develop]
|
||||||
schedule:
|
schedule:
|
||||||
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Run Trivy filesystem scanner
|
- name: Run Trivy filesystem scanner
|
||||||
uses: aquasecurity/trivy-action@master
|
uses: aquasecurity/trivy-action@0.33.1
|
||||||
with:
|
with:
|
||||||
scan-type: 'fs'
|
scan-type: 'fs'
|
||||||
scan-ref: '.'
|
scan-ref: '.'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue