Skip to content

Commit

Permalink
Adding openssf and CI badge
Browse files Browse the repository at this point in the history
  • Loading branch information
RanabirChakraborty committed Jan 10, 2024
1 parent 95ffe8b commit 442c2a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![CI](https://github.com/redhat-cop/ocpv_lab/actions/workflows/ci.yml/badge.svg?event=status)](https://github.com/redhat-cop/ocpv_lab/actions/workflows/ci.yml) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8292/badge)](https://www.bestpractices.dev/en/projects/8292)

# Ansible Middleware OpenShift Virtualization Lab

Using OpenShift Virtualization as an environment for hosting Virtual Machines that are provisioned, configured and maintained using Ansible and tooling from the Ansible Middleware project.
Expand Down
4 changes: 3 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
requires_ansible: ">=2.9.10"
# runtime.yml
---
requires_ansible: ">=2.14.0"
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
collections:
- name: kubernetes.core
version: 2.4.0
version: ">=2.4.0"
- name: ansible.posix
version: 1.4.0
version: ">=1.4.0"
- name: ansible.controller
- name: infra.controller_configuration

0 comments on commit 442c2a7

Please sign in to comment.