-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 #1881 from justaugustus/cleanup
Update image versions, add release notes block, update guidance on reporting security issues
- Loading branch information
Showing
4 changed files
with
26 additions
and
8 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
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,4 +1,4 @@ | ||
FROM golang:1.15-alpine | ||
FROM golang:1.15.6-alpine3.12 | ||
|
||
ARG TARGETOS | ||
ARG TARGETARCH | ||
|
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 |
---|---|---|
|
@@ -103,7 +103,11 @@ All changes or deprecations of connector features will be announced in the [rele | |
|
||
## Reporting a security vulnerability | ||
|
||
Due to their public nature, GitHub and mailing lists are NOT appropriate places for reporting vulnerabilities. Please refer to CoreOS's [security disclosure][disclosure] process when reporting issues that may be security related. | ||
Due to their public nature, GitHub and mailing lists are NOT appropriate places | ||
for reporting vulnerabilities. | ||
|
||
Please email the [maintainers list][maintainers-list] to report issues that may | ||
be security-related. | ||
|
||
## Getting help | ||
|
||
|
@@ -126,4 +130,4 @@ on the Kubernetes Slack, or join the [dex-dev][dex-dev] mailing list. | |
[issues]: https://github.com/dexidp/dex/issues | ||
[dex-dev]: https://groups.google.com/forum/#!forum/dex-dev | ||
[slack]: slack://channel?team=T09NY5SBT&id=C011URMR41W | ||
[disclosure]: https://coreos.com/security/disclosure/ | ||
[maintainers-list]: mailto:[email protected] |
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