Skip to content

Commit

Permalink
Merge pull request #18 from ossf/smaller-logo
Browse files Browse the repository at this point in the history
Smaller logo
  • Loading branch information
hythloda authored Dec 29, 2023
2 parents 780a03e + cbf3b8b commit d385f36
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 1,892 deletions.
11 changes: 6 additions & 5 deletions .github/scripts/fetch_readmes.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ const DIR_PATH = path.join(__dirname, "..", "..");
const repoList = yaml.load(fs.readFileSync(REPO_LIST_PATH, "utf8"));

const sectionOrder = [
["Motivation"],
["Objective"],
["Mission"],
["Vision"],
["Scope"],
["Current Work", "Active Projects"],
Expand Down Expand Up @@ -112,9 +111,11 @@ function appendRepoInfoToMainReadme() {
const logoUrl = repoData.logo ? `https://raw.githubusercontent.com/${orgName}/community/main/.github/logos/${repoData.logo}` : null;

newSectionContent += `\n ### [${repoData.newRepoName}](${newRepoUrl})\n`;


if (logoUrl) {
newSectionContent += `\n ![Logo](${logoUrl})\n`;
newSectionContent += `\n <img align="right" src="${logoUrl}" width="200" alt="image">\n`;

}

newSectionContent += `\n ${repoData.description}\n`;
Expand Down Expand Up @@ -171,6 +172,6 @@ async function fetchReadmes() {

appendRepoInfoToMainReadme();
}

fetchReadmes();
appendRepoInfoToMainReadme();
//fetchReadmes();

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ We meet on the first Wednesday of each month or join us on the slack channel [#a
<br clear="all"/><hr></hr>
### [wg-best-practices-os-developers](https://github.com/ossf/wg-best-practices-os-developers)

![Logo](https://raw.githubusercontent.com/ossf/community/main/.github/logos/best_logo.png)
<img align="right" src="https://raw.githubusercontent.com/ossf/community/main/.github/logos/best_logo.png" width="200" alt="image">

Want to help drive open source security education or help develop best practices? We have a lot of projects and groups that are working towards these goals.

Expand Down Expand Up @@ -517,7 +517,7 @@ We meet on the first Wednesday of each month or join us on the slack channel [#a
<br clear="all"/><hr></hr>
### [wg-vulnerability-disclosures](https://github.com/ossf/wg-vulnerability-disclosures)

![Logo](https://raw.githubusercontent.com/ossf/community/main/.github/logos/vuln_logo.png)
<img align="right" src="https://raw.githubusercontent.com/ossf/community/main/.github/logos/vuln_logo.png" width="200" alt="image">

We are improving the overall security of the OSS ecosystem by helping advance vulnerability reporting and communication.

Expand Down
106 changes: 0 additions & 106 deletions ai-ml-security/README.md

This file was deleted.

155 changes: 0 additions & 155 deletions tac/README.md

This file was deleted.

Loading

0 comments on commit d385f36

Please sign in to comment.