Merge pull request #64 from cheir-mneme/fix/ci-p0-cleanup

fix(ci): pin Trivy action and update branding
This commit is contained in:
Cody Kickertz 2025-12-19 10:53:53 -06:00 committed by GitHub
commit ca643b656e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 14 deletions

13
.github/FUNDING.yml vendored
View file

@ -1,8 +1,5 @@
# These are supported funding model platforms
github: radarr
patreon: # Replace with a single Patreon username
open_collective: radarr
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
# Aletheia is a fork of Radarr. To support upstream development:
# - GitHub Sponsors: https://github.com/sponsors/radarr
# - Open Collective: https://opencollective.com/radarr
#
# Aletheia sponsorship links will be added once the project ships.

5
.github/stale.yml vendored
View file

@ -7,14 +7,11 @@ exemptLabels:
- feature request #legacy
- 'Type: Feature Request'
- 'Status: Confirmed'
- sonarr-pull
- lidarr-pull
- readarr-pull
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
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
closeComment: false
only: issues

View file

@ -6,7 +6,7 @@ name: Trivy Security Scan
on:
push:
branches: [develop, main]
branches: [develop, master]
pull_request:
branches: [develop]
schedule:
@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v6
- name: Run Trivy filesystem scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.33.1
with:
scan-type: 'fs'
scan-ref: '.'