summaryrefslogtreecommitdiff
path: root/sig-security/README.md
AgeCommit message (Collapse)Author
2022-11-21steering: Paris to Emeritus, add CarlosStephen Augustus
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2022-01-27GenerateJordan Liggitt
2021-12-02Add note about calendar invites to templatesEddie Zaneski
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2021-11-29ISSUE-10: Rename k/community/sig-security links to k/sig-securityEvgeny Shmarnev
2021-09-13sig-security: Add sig-security repo subprojectBob Killen
2021-08-12Updates related to sig-security-tooling sub-group formationPushkar Joglekar
- Added OWNERS file - Updated sigs.yaml - Generated README.md from sigs.yaml - Removed mailing list and added leads as approvers
2021-04-11Add slack contact for sig-security-docsTabitha Sable
2021-03-09ran make generateAaron Crickenberger
2021-03-05Add directories for sig-security subprojectsTabitha Sable
2021-01-20Autogenerate liaisons.md, SIG/WG/UG README.mdNikhita Raghunath
2021-01-13Update Sig-Security meeting to new time.Patrick Rhomberg
* Monday 12:00 -> Thursday 9:00
2021-01-01add configs and updates for SIG SecurityIan Coldwater
2020-10-05update zoom link for sig-securityDuffie Cooley
Signed-off-by: Duffie Cooley <cooleyd@vmware.com>
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-30Added an agenda/archive link to SIG-Security README via sigs.yaml.Jay Beale
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>