From 5b2586ec21c5b715bcd933a61fced5464d6c2fc0 Mon Sep 17 00:00:00 2001 From: Andrzej Pankowski Date: Wed, 17 Jan 2024 09:17:08 +0100 Subject: [PATCH] Move status badge to status subcategory (#176) * move * ignore md files in verify workflows --------- Co-authored-by: Kwiatosz, Krzysztof --- .github/workflows/warden-verify.yaml | 5 ++++- README.md | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/warden-verify.yaml b/.github/workflows/warden-verify.yaml index ea47280e..e86c4fda 100644 --- a/.github/workflows/warden-verify.yaml +++ b/.github/workflows/warden-verify.yaml @@ -3,9 +3,12 @@ name: warden verify on: push: branches: [ "main", "release-*" ] + paths-ignore: + - '**.md' workflow_dispatch: pull_request: - + paths-ignore: + - '**.md' jobs: lint: runs-on: ubuntu-latest diff --git a/README.md b/README.md index 10d8708a..4609d3ac 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -[![REUSE status](https://api.reuse.software/badge/github.com/kyma-project/warden)](https://api.reuse.software/info/github.com/kyma-project/warden) - # Warden K8s image authenticity validator +## Status +[![REUSE status](https://api.reuse.software/badge/github.com/kyma-project/warden)](https://api.reuse.software/info/github.com/kyma-project/warden) + ## Description // TODO(user): An in-depth paragraph about your project and overview of use