Skip to content

Commit

Permalink
chore: #32 Add missing community, security and policy files and infor…
Browse files Browse the repository at this point in the history
…mation

Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Sep 24, 2024
1 parent ea6764e commit 90b521b
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
day: sunday
open-pull-requests-limit: 3
rebase-strategy: disabled
- package-ecosystem: npm
directory: /
schedule:
interval: monthly
day: sunday
open-pull-requests-limit: 3
rebase-strategy: disabled
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ Latest released version is `0.0.5`.

Current development version is `0.0.6`.

#### Fossa license and security scans

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-spectral-ruleset.svg?type=shield&issueType=license)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-spectral-ruleset?ref=badge_shield&issueType=license)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-spectral-ruleset.svg?type=shield&issueType=security)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-spectral-ruleset?ref=badge_shield&issueType=security)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-spectral-ruleset.svg?type=small)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-spectral-ruleset?ref=badge_small)

#### OpenSSF best practices on Microcks core

[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/7513/badge)](https://bestpractices.coreinfrastructure.org/projects/7513)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/microcks/microcks/badge)](https://securityscorecards.dev/viewer/?uri=github.com/microcks/microcks)

## Community

* [Documentation](https://microcks.io/documentation/tutorials/getting-started/)
Expand Down
56 changes: 56 additions & 0 deletions SECURITY-INSIGHTS.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
header:
schema-version: 1.0.0
last-updated: '2024-09-24'
last-reviewed: '2024-09-24'
expiration-date: '2025-09-24T01:00:00.000Z'
project-url: https://github.com/microcks/microcks-spectral-ruleset
project-release: '0.0.6'
changelog: https://github.com/microcks/microcks-spectral-ruleset/blob/main/CHANGELOG.md
license: https://github.com/microcks/microcks-spectral-ruleset/blob/main/LICENSE
project-lifecycle:
status: active
roadmap: https://github.com/microcks/microcks-spectral-ruleset/blob/main/ROADMAP.md
bug-fixes-only: false
core-maintainers:
- github:lbroudoux
- github:yada
contribution-policy:
accepts-pull-requests: true
accepts-automated-pull-requests: true
code-of-conduct: https://github.com/microcks/.github/blob/master/CODE_OF_CONDUCT.md
contributing-policy: https://github.com/microcks/.github/blob/master/CONTRIBUTING.md
documentation:
- https://microcks.io
distribution-points:
- https://microcks.io
- https://github.com/microcks/microcks-spectral-ruleset
- https://quay.io/microcks
security-artifacts:
threat-model:
threat-model-created: false
security-testing:
- tool-type: sca
tool-name: Dependabot
tool-version: latest
integration:
ad-hoc: true
ci: false
before-release: false
comment: |
Dependabot is enabled for this repo on a weekly scheduled basis.
security-contacts:
- type: email
value: [email protected]
vulnerability-reporting:
accepts-vulnerability-reports: true
security-policy: https://github.com/microcks/microcks-spectral-ruleset/security/policy
email-contact: [email protected]
comment: |
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].
dependencies:
third-party-packages: true
dependencies-lists:
- https://github.com/microcks/microcks-spectral-ruleset/network/dependencies
- https://app.fossa.com/projects/git%2Bgithub.com%2Fmicrocks%2Fmicrocks-spectral-ruleset/refs/branch/main/ac16872655d09e14eb94843efbd7d11c0b6e5b3c/browse/dependencies
env-dependencies-policy:
policy-url: https://github.com/microcks/microcks-spectral-ruleset/blob/main/DEPENDENCY_POLICY.md

0 comments on commit 90b521b

Please sign in to comment.