From 4e63ac33c70c6cfde4ad63df9120c233ebbe05b7 Mon Sep 17 00:00:00 2001
From: Paolo Fabio Zaino
Date: Thu, 21 Mar 2024 20:41:37 +0000
Subject: [PATCH] Added fossa badges and improved gitignore a bit
---
.gitignore | 1 +
README.md | 3 +++
2 files changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 42800c6..05412fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@ cachegrind.out.*
vgcore.*
**/compile_commands.json
**/*.swp
+**/.DS_Store
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
diff --git a/README.md b/README.md
index e8cf5b0..42d8314 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,9 @@
Still under active development.
`- Security Tests:` [![CodeQL](https://github.com/pzaino/zvector/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/pzaino/zvector/actions) [![FlawFinder](https://github.com/pzaino/zvector/actions/workflows/flawfinder.yml/badge.svg)](https://github.com/pzaino/zvector/actions) [![Scorecard supply-chain security](https://github.com/pzaino/zvector/actions/workflows/scorecard.yml/badge.svg)](https://github.com/pzaino/zvector/actions/workflows/scorecard.yml)
+[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fpzaino%2Fzvector.svg?type=shield&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpzaino%2Fzvector?ref=badge_shield&issueType=license)
+[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fpzaino%2Fzvector.svg?type=shield&issueType=security)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpzaino%2Fzvector?ref=badge_shield&issueType=security)
+
`- _________CI/CD:` [![CI/CD](https://github.com/pzaino/zvector/actions/workflows/ci.yml/badge.svg)](https://github.com/pzaino/zvector/actions) (Linux, macOS)