Skip to content

Commit 737f302

Browse files
committed
chore: #65 Adding some community health info + SECURITY-INSIGHTS
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 7865334 commit 737f302

File tree

3 files changed

+95
-2
lines changed

3 files changed

+95
-2
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
day: sunday
8+
open-pull-requests-limit: 3
9+
rebase-strategy: disabled
10+
- package-ecosystem: gomod
11+
directory: /
12+
schedule:
13+
interval: monthly
14+
day: sunday
15+
open-pull-requests-limit: 3
16+
rebase-strategy: disabled

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,37 @@ It allows to launch tests or import API artifacts with minimal dependencies.
77
[![Container](https://img.shields.io/badge/dynamic/json?color=blue&logo=docker&style=for-the-badge&label=Quay.io&query=tags[0].name&url=https://quay.io/api/v1/repository/microcks/microcks-cli/tag/?limit=10&page=1&onlyActiveTags=true)](https://quay.io/repository/microcks/microcks-cli?tab=tags)
88
[![License](https://img.shields.io/github/license/microcks/microcks-cli?style=for-the-badge&logo=apache)](https://www.apache.org/licenses/LICENSE-2.0)
99
[![Project Chat](https://img.shields.io/badge/discord-microcks-pink.svg?color=7289da&style=for-the-badge&logo=discord)](https://microcks.io/discord-invite/)
10+
[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/microcks-cli-image&style=for-the-badge)](https://artifacthub.io/packages/search?repo=microcks-cli-image)
11+
[![CNCF Landscape](https://img.shields.io/badge/CNCF%20Landscape-5699C6?style=for-the-badge&logo=cncf)](https://landscape.cncf.io/?item=app-definition-and-development--application-definition-image-build--microcks)
1012

1113

1214
## Build Status
1315

14-
Latest release is `0.5.5`
16+
Latest release is `0.5.5`.
1517

16-
Current development version is `0.5.6`. [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/microcks/microcks-cli/build-verify.yml?logo=github&style=for-the-badge)](https://github.com/microcks/microcks-cli/actions).
18+
Current development version is `0.5.6`.
1719

1820
It is available as a container image named `quay.io/microcks/microcks-cli:nightly`.
1921

22+
#### Fossa license and security scans
23+
24+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-cli.svg?type=shield&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-cli?ref=badge_shield&issueType=license)
25+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-cli.svg?type=shield&issueType=security)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-cli?ref=badge_shield&issueType=security)
26+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-cli.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-cli?ref=badge_small)
27+
28+
#### OpenSSF best practices on Microcks core
29+
30+
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/7513/badge)](https://bestpractices.coreinfrastructure.org/projects/7513)
31+
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/microcks/microcks/badge)](https://securityscorecards.dev/viewer/?uri=github.com/microcks/microcks)
32+
33+
## Community
34+
35+
* [Documentation](https://microcks.io/documentation/tutorials/getting-started/)
36+
* [Microcks Community](https://github.com/microcks/community) and community meeting
37+
* Join us on [Discord](https://microcks.io/discord-invite/), on [GitHub Discussions](https://github.com/orgs/microcks/discussions) or [CNCF Slack #microcks channel](https://cloud-native.slack.com/archives/C05BYHW1TNJ)
38+
39+
To get involved with our community, please make sure you are familiar with the project's [Code of Conduct](./CODE_OF_CONDUCT.md).
40+
2041
## Usage instructions
2142

2243
Usage is simply `microcks-cli [command]`

SECURITY-INSIGHTS.yml

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
header:
2+
schema-version: 1.0.0
3+
last-updated: '2024-10-11'
4+
last-reviewed: '2024-10-11'
5+
expiration-date: '2025-10-11T01:00:00.000Z'
6+
project-url: https://github.com/microcks/microcks-cli
7+
project-release: '0.5.5'
8+
changelog: https://github.com/microcks/microcks-cli/blob/master/CHANGELOG.md
9+
license: https://github.com/microcks/microcks-cli/blob/master/LICENSE
10+
project-lifecycle:
11+
status: active
12+
roadmap: https://github.com/microcks/microcks-cli/blob/master/ROADMAP.md
13+
bug-fixes-only: false
14+
core-maintainers:
15+
- github:lbroudoux
16+
- github:yada
17+
contribution-policy:
18+
accepts-pull-requests: true
19+
accepts-automated-pull-requests: true
20+
code-of-conduct: https://github.com/microcks/.github/blob/master/CODE_OF_CONDUCT.md
21+
contributing-policy: https://github.com/microcks/.github/blob/master/CONTRIBUTING.md
22+
documentation:
23+
- https://microcks.io
24+
distribution-points:
25+
- https://microcks.io
26+
- https://github.com/microcks/microcks-cli
27+
- https://quay.io/microcks
28+
security-artifacts:
29+
threat-model:
30+
threat-model-created: false
31+
security-testing:
32+
- tool-type: sca
33+
tool-name: Dependabot
34+
tool-version: latest
35+
integration:
36+
ad-hoc: true
37+
ci: false
38+
before-release: false
39+
comment: |
40+
Dependabot is enabled for this repo on a weekly scheduled basis.
41+
security-contacts:
42+
- type: email
43+
44+
vulnerability-reporting:
45+
accepts-vulnerability-reports: true
46+
security-policy: https://github.com/microcks/microcks-cli/security/policy
47+
email-contact: [email protected]
48+
comment: |
49+
To report a security issue for one of the libraries owned by the Microcks community, write an email with a detailed description of the issue to [email protected].
50+
dependencies:
51+
third-party-packages: true
52+
dependencies-lists:
53+
- https://github.com/microcks/microcks-cli/network/dependencies
54+
- https://app.fossa.com/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-cli/refs/branch/master/7865334ada168d16fd80d1c195afe1b7ba6c098a/browse/dependencies
55+
env-dependencies-policy:
56+
policy-url: https://github.com/microcks/microcks-cli/blob/master/DEPENDENCY_POLICY.md

0 commit comments

Comments
 (0)