summaryrefslogtreecommitdiff
path: root/sig-security
AgeCommit message (Collapse)Author
2020-09-24Retiring wg-security-auditJay Beale
2020-09-18Updated chairs, recordings link and security audit subproject owners … (#5152)Jay Beale
* Updated chairs, recordings link and security audit subproject owners file. * Removed newline character from a description - verify-generated-docs.sh complains.
2020-09-15Merge pull request #5142 from JayBeale/patch-5Kubernetes Prow Robot
Correcting mistake: accidentally kept Joel as a chair during WG-SIG transition
2020-09-15sig-security: fix whitespace in misison-statementBob Killen
2020-09-14Correcting a mistake - remove Joel from chairs list for sig-securityJay Beale
2020-08-31Merge pull request #5081 from JayBeale/patch-5Kubernetes Prow Robot
Rename sig-security-charter-proposal.md to charter.md
2020-08-30Added an agenda/archive link to SIG-Security README via sigs.yaml.Jay Beale
2020-08-30Rename sig-security-charter-proposal.md to charter.mdJay Beale
Renamed in light of SIG formation.
2020-08-18Proposed charter for SIG Security (#4962)Jay Beale
* Proposed charter for SIG Security Letter to Steering committee to be linked later. * Update wg-security-audit/sig-security-charter-proposal.md Co-authored-by: Micah Hausler <micahhausler@users.noreply.github.com> * Accept nested list modification Co-authored-by: Micah Hausler <micahhausler@users.noreply.github.com> * Adding README created by community make. Adding sig-security to sigs.yaml Creating sig-security/ and moving proposed charter to that directory. * Proposed charter for SIG Security Letter to Steering committee to be linked later. * Update wg-security-audit/sig-security-charter-proposal.md Co-authored-by: Micah Hausler <micahhausler@users.noreply.github.com> * Accept nested list modification Co-authored-by: Micah Hausler <micahhausler@users.noreply.github.com> * Correct capitalization Co-authored-by: Nikhita Raghunath <nikitaraghunath@gmail.com> * resolved merge conflict I don't think we need to use an entirely separate GOPATH, thus forcing us to re-download modules every time we run `make` This was causing verify-generated-docs to fail locally since go will set its modcache as readonly and thus cause the cleanup "rm -rf" in this script to fail. In go1.14 or later we could use "-modcacherw" to stop making the modcache readonly but that bring me back to.. why do need an entirely separate GOPATH in the first place? * Corrected employers Co-authored-by: Micah Hausler <micahhausler@users.noreply.github.com> Co-authored-by: Nikhita Raghunath <nikitaraghunath@gmail.com>