From 064a60d81356a082e7d98a87d1afc73ed0341e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Vanderheyden?= Date: Fri, 9 Dec 2022 13:34:00 +0000 Subject: [PATCH] feat: initical release --- LICENSE | 2 +- README.md | 4 +++- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 790d617..4611ea8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Michaël Vanderheyden +Copyright (c) 2022 Michaël Vanderheyden Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index bfdbd0b..152e06c 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# template +# How to leverage GitHub to reduce vulnerabilities in your packages + +This repository is used as reference to an article on how to use Github features in combination with semantic release to help automatically reduce vulnerabilities in a project's dependencies diff --git a/package.json b/package.json index 05e87c9..9914288 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "description": "Demo on how to use Github Actions to automatically release fixes for dependency vulnerabilities", "private": true, - "license": "LISENCE", + "license": "LICENSE", "bugs": "https://github.com/Th3S4mur41/demo-auto-security-release/issues", "homepage": "https://github.com/Th3S4mur41/demo-auto-security-releases#readme", "repository": {