From 5703b59cbda06c0c00c0c5b4d53ab162c5e91fef Mon Sep 17 00:00:00 2001 From: Thomas Yu Date: Thu, 31 Oct 2024 22:08:54 -0700 Subject: [PATCH 1/4] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2177a3807..f6be8225d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Global owners of whole repo -* @andrewelamb @GiaJordan @linglp @BryanFauble @jaymedina @BWMac @thomasyu888 +* @schematic-developers From 459a7673a4e8dc8e85dce3e75698fa98bfdc3893 Mon Sep 17 00:00:00 2001 From: Thomas Yu Date: Fri, 1 Nov 2024 00:10:35 -0700 Subject: [PATCH 2/4] Update scan_repo.yml --- .github/workflows/scan_repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan_repo.yml b/.github/workflows/scan_repo.yml index 56c7ac35a..d2686040c 100644 --- a/.github/workflows/scan_repo.yml +++ b/.github/workflows/scan_repo.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@master + uses: aquasecurity/trivy-action@v0.28.0 with: # the scan targets the file system. scan-type: 'fs' From bbab0a5a65121b9f29afa7a27139962e15a84308 Mon Sep 17 00:00:00 2001 From: Thomas Yu Date: Fri, 1 Nov 2024 00:11:40 -0700 Subject: [PATCH 3/4] Update .github/CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f6be8225d..a29ebc222 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Global owners of whole repo -* @schematic-developers +* @Sage-Bionetworks/schematic-developers From 469da5713299fc9957418408098d5657ceb48dbf Mon Sep 17 00:00:00 2001 From: Thomas Yu Date: Fri, 1 Nov 2024 00:12:51 -0700 Subject: [PATCH 4/4] Update .github/workflows/scan_repo.yml --- .github/workflows/scan_repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan_repo.yml b/.github/workflows/scan_repo.yml index d2686040c..582c68f45 100644 --- a/.github/workflows/scan_repo.yml +++ b/.github/workflows/scan_repo.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@v0.28.0 + uses: aquasecurity/trivy-action@0.28.0 with: # the scan targets the file system. scan-type: 'fs'