From b0c215c3f1501de5d88a66a73da5b2c9e930e908 Mon Sep 17 00:00:00 2001 From: RyosukeDTomita Date: Wed, 31 Jan 2024 00:35:35 +0900 Subject: [PATCH] Update README.md to add license badge --- README.md | 3 ++- doc/github-actions.md | 18 +++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2454632..8c3071f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # DevSecOps demo React application for AWS ECS on Fargate + +![no license](https://img.shields.io/github/license/RyosukeDTomita/devsecops-demo-aws-ecs) [![jest](https://github.com/RyosukeDTomita/devsecops-demo-aws-ecs/actions/workflows/react-jest.yaml/badge.svg)](https://github.com/RyosukeDTomita/devsecops-demo-aws-ecs/actions/workflows/react-jest.yaml) [![Semgrep](https://github.com/RyosukeDTomita/devsecops-demo-aws-ecs/actions/workflows/react-semgrep.yaml/badge.svg)](https://github.com/RyosukeDTomita/devsecops-demo-aws-ecs/actions/workflows/react-semgrep.yaml) [![trivy-dependency-check](https://github.com/RyosukeDTomita/devsecops-demo-aws-ecs/actions/workflows/react-dependency-check.yaml/badge.svg)](https://github.com/RyosukeDTomita/devsecops-demo-aws-ecs/actions/workflows/react-dependency-check.yaml) @@ -98,7 +100,6 @@ DOCKER_DEFAULT_PLATFORM=linux/amd64 copilot init
共通のVPCを使う場合の詳細 - ```shell copilot env init Environment name: prod-env diff --git a/doc/github-actions.md b/doc/github-actions.md index a343738..6fb8add 100644 --- a/doc/github-actions.md +++ b/doc/github-actions.md @@ -1,16 +1,24 @@ # GitHub Actions 関連 + > [!NOTE] -> 個々のツールのGitHub Actionsの実行方法はツールごとのドキュメント参照。 +> 個々のツールの GitHub Actions の実行方法はツールごとのドキュメント参照。 + +## README にバッチをつける -## READMEにバッチをつける +### GitHub Actions の Workflow -- リポジトリのActionsのページから**Create status badge**をクリックしてREADME.mdに貼り付ける。 +- リポジトリの Actions のページから**Create status badge**をクリックして README.md に貼り付ける。 ![バッチのつけかた](./fig/badge.png) -****** +### license を示すバッチをつける + +- `https://img.shields.io/github/license//`のようにしてつける。 + ![no license](https://img.shields.io/github/license/RyosukeDTomita/devsecops-demo-aws-ecs) + +--- -## 特定のコミットを使ってactionsを実行する。 +## 特定のコミットを使って actions を実行する ```yaml actions/setup-python@コミットハッシュ