Skip to content

Commit

Permalink
Merge branch 'main' into ia
Browse files Browse the repository at this point in the history
Signed-off-by: Andrés Vega <[email protected]>
  • Loading branch information
anvega authored Aug 16, 2024
2 parents 82b2891 + 7e6c64f commit b8f142c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sig-sec-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ jobs:
Setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Setup
run: make setup
Lint:
runs-on: ubuntu-latest
needs: Setup
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Lint
run: make lint
Spelling:
runs-on: ubuntu-latest
needs: Setup
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Spelling
run: make spelling
Links:
runs-on: ubuntu-latest
needs: Setup
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Links
run: make links
16 changes: 8 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ all: setup lint spelling links
.PHONY: setup
setup:
@echo "Running $@...\n\n"
@docker-compose run $@ ci/$@.sh
@docker-compose down
@docker compose run $@ ci/$@.sh
@docker compose down

.PHONY: lint
lint:
@echo "Running $@...\n\n"
@docker-compose run $@ ci/$@.sh
@docker-compose down
@docker compose run $@ ci/$@.sh
@docker compose down

.PHONY: spelling
spelling:
@echo "Running $@...\n\n"
@docker-compose run $@ ci/$@.sh
@docker-compose down
@docker compose run $@ ci/$@.sh
@docker compose down

.PHONY: links
links:
@echo "Running $@...\n\n"
@docker-compose run $@ ci/$@.sh
@docker-compose down
@docker compose run $@ ci/$@.sh
@docker compose down

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Join our open discussions and share news:

## Meeting Information

- **Americas**: Weekly on Wednesdays at 10 am (UTC-7). [Zoom link](https://zoom.us/j/99809474566), Meeting ID: 998 0947 4566.
- **Americas**: Weekly on Wednesdays at 10 am (UTC-7). [Zoom link](https://zoom-lfx.platform.linuxfoundation.org/meeting/92340369657?password=76e24ffd-69f2-41a8-8aed-13796805225d), Meeting ID: 923 4036 9657.
- **EMEA**: Bi-weekly on Wednesdays at 1 pm UTC+0 (adjusts for daylight saving). [Zoom link](https://zoom.us/j/99917523142), Meeting ID: 999 1752 3142.

Check your local timezone [here](https://time.is/). Meetings are listed on the [CNCF calendar](https://www.cncf.io/calendar/) and the [TAG Security Calendar](https://calendar.google.com/calendar/u/0?cid=MGI4dTVlbDh0YTRzOTN0MmNtNzJ0dXZoaGtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ).
Expand Down Expand Up @@ -90,8 +90,8 @@ Each group, led by a responsible leader, reaches consensus on issues and manages

| Project | Leads |
|---------------------------------|---------------------------------------------|
| [Research](/community/working-groups/research/README.md) | Andrés Vega |
| [Automated Governance](/community/working-groups/automated-governance/README.md) | Andrés Vega, Brandt Keller |
| [Research](/community/research/README.md) | Andrés Vega |
| [Automated Governance](/community/automated-governance/README.md) | Matthew Flannery, Brandt Keller |
| [Catalog of Supply Chain Compromises](/community/catalog/README.md) | Santiago Arias Torres |
| [Compliance](/community/working-groups/compliance/README.md) | Anca Sailer, Robert Ficcaglia |
| [Controls](/community/working-groups/controls/README.md) | Jon Zeolla |
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: '2'
services:
setup:
image: node:18
Expand Down

0 comments on commit b8f142c

Please sign in to comment.