mirror of
https://github.com/Radarr/Radarr
synced 2026-01-24 08:23:54 +01: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
|
||||
|
||||
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
5
.github/stale.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/trivy.yml
vendored
4
.github/workflows/trivy.yml
vendored
|
|
@ -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: '.'
|
||||
|
|
|
|||
Loading…
Reference in a new issue