mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
feat: security policy & dependabot (#60)
* feat: add dependabot yml and security policy
This commit is contained in:
parent
640978ca9e
commit
25b3f4dd83
2 changed files with 38 additions and 0 deletions
22
SECURITY.md
Normal file
22
SECURITY.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Security Policy
|
||||||
|
|
||||||
|
- [Security Policy](#security-policy)
|
||||||
|
- [Reporting security problems](#reporting-security-problems)
|
||||||
|
- [Vulnerability Management Plans](#vulnerability-management-plans)
|
||||||
|
- [Critical Updates And Security Notices](#critical-updates-and-security-notices)
|
||||||
|
|
||||||
|
<a name="reporting"></a>
|
||||||
|
## Reporting security problems
|
||||||
|
|
||||||
|
**DO NOT CREATE AN ISSUE** to report a security problem. Instead, please
|
||||||
|
send an email to contact@external-secrets.io
|
||||||
|
|
||||||
|
<a name="vulnerability-management"></a>
|
||||||
|
## Vulnerability Management Plans
|
||||||
|
|
||||||
|
### Critical Updates And Security Notices
|
||||||
|
|
||||||
|
We learn about critical software updates and security threats from these sources
|
||||||
|
|
||||||
|
1. GitHub Security Alerts
|
||||||
|
2. [Dependabot](https://dependabot.com/) Dependency Updates
|
16
dependabot.yml
Normal file
16
dependabot.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "gomod"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
|
||||||
|
- package-ecosystem: "docker"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
Loading…
Reference in a new issue