Skip to content

Commit

Permalink
release(v0.0.1): pre-release, docs update. (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelhvargas authored May 21, 2024
1 parent 1356a85 commit 992ebfe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 28 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
redfishcli is licensed under the [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE). See the LICENSE file for more information.

0 comments on commit 992ebfe

Please sign in to comment.