diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 5120949..2d4eb43 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -12,25 +12,6 @@ permissions: contents: read jobs: - semgrep: - permissions: - contents: read - security-events: write - actions: read - name: Scan - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: returntocorp/semgrep-action@fcd5ab7459e8d91cb1777481980d1b18b4fc6735 - with: - publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} - generateSarif: "1" - - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v2 - with: - sarif_file: semgrep.sarif - if: always() - test: runs-on: ubuntu-latest name: Run Tests diff --git a/README.md b/README.md index 873483c..e500cee 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Redfish CLI -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Build and Release](https://github.com/angelhvargas/redfishcli/actions/workflows/build-and-release.yml/badge.svg?branch=main)](https://github.com/angelhvargas/redfishcli/actions/workflows/build-and-release.yml) `redfishcli` is a command-line tool designed to scan the health of baremetal servers manufactured by Lenovo or Dell. It supports servers using Lenovo XClarity Controller or Dell iDRAC 7 or greater. This tool provides a convenient way to monitor the health and status of your servers using Redfish APIs. @@ -30,7 +30,7 @@ - [Example Configuration (config.yaml)](#example-configuration-configyaml) - [Using the Configuration File](#using-the-configuration-file) - [Contributing](#contributing) - - [Fork the repository.](#fork-the-repository) + - [Fork the repository](#fork-the-repository) - [License](#license) ## Installation @@ -120,14 +120,19 @@ redfishcli storage raid health --drives We welcome contributions to redfishcli. To contribute, please follow these steps: -## Fork the repository. +## Fork the repository -Create a new branch (`git checkout -b feature/your-feature`). -Commit your changes (`git commit -am 'Add new feature'`). -Push to the branch (`git push origin feature/your-feature`). -Create a new Pull Request. -Please ensure your code adheres to the project's coding standards and includes appropriate tests. + +- Create a new branch (`git checkout -b feature/your-feature`). + +- Commit your changes (`git commit -am 'Add new feature'`). + +- Push to the branch (`git push origin feature/your-feature`). + +- Create a new Pull Request. + +- Please ensure your code adheres to the project's coding standards and includes appropriate tests. ## License -redfishcli is licensed under the [![MIT License](LICENSE)]. See the LICENSE file for more information. \ No newline at end of file +redfishcli is licensed under the [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE). See the LICENSE file for more information.