Skip to content

Commit

Permalink
newline ending
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbonnet committed May 29, 2024
1 parent e797ef3 commit 6b8b301
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
- name: Release - perform the release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ make integrated-test

Use [semantic-release](https://github.com/semantic-release/github) to automate versioning, tag and
create GitHub releases based on the commit message.
semantic-release works from release branches, not pull requests. As a result nothing will be released on pull requests.
semantic-release works from release branches, not pull requests. As a result, nothing will be released on pull requests.

Commit messages must follow [Angular Commit Message Conventions](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#-commit-message-format)

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Production readiness

This tool will help running diagnostic to have a better understanding of a cluster in terms of security and best practises.
Use it to identify security vulnerability in your container images and perform a Kubernetes CIS benchmark.
Use it to identify security vulnerabilities in your cluster and container images.

## Prerequisites

Expand Down Expand Up @@ -95,4 +95,3 @@ Optional parameter `--benchmarks k8s-cis,k8s-nsa,k8s-pss-restricted` can be used
- use trivy library rather than the command line (to prevent: "trivy": executable file not found in $PATH )
- use docker library rather than the command line (to prevent: "docker": executable file not found in $PATH )
- release a versioning image, rather than requesting users to build it

0 comments on commit 6b8b301

Please sign in to comment.