Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: added security insights file #57

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions .github/security-insights.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
header:
schema-version: 2.0.0
last-updated: '2021-09-01'
last-reviewed: '2022-09-01'
url: https://github.com/privateerproj/privateer/blob/main/.github/security-insights.yml
project-si-source: https://github.com/privateerproj/.github/blob/main/.github/security-insights.yml
comment: |
This file contains only the repository information for the core Privateer CLI.

repository:
url: https://github.com/privateerproj/privateer
status: active
bug-fixes-only: false
accepts-change-request: true
accepts-automated-change-request: true
no-third-party-packages: false
core-team:
- name: Eddie Knight
affiliation: Sonatype
social: https://bsky.app/profile/eddieknight.dev
primary: true
- name: Jason Meridth
affiliation: GitHub
primary: false
- name: Rudra Gupta
affiliation: Krumware
primary: false
documentation:
contributing-guide: https://github.com/privateerproj/.github/blob/main/.github/CONTRIBUTING.md
security-policy: https://github.com/privateerproj/.github/blob/main/.github/SECURITY.md
license:
url: n/a
expression: n/a
release:
changelog: https://github.com/privateerproj/privateer/releases
automated-pipeline: true
distribution-points:
- uri: https://github.com/privateerproj/privateer/releases
comment: GitHub Release Page
license:
url: https://foo.bar/release/{version}#license
expression: MIT AND Apache-2.0
security:
assessments:
self:
comment: |
A self assessment has not been published for this repo.
champions:
- name: Jason Meridth
primary: true
tools:
- name: Dependabot
type: SCA
version: 2
rulesets:
- built-in
results:
adhoc:
name: Scheduled SCA Scan Results
predicate-uri: https://docs.github.com/en/graphql/reference/objects#repositoryvulnerabilityalert
location: https://github.com/privateerproj/privateer/security/dependabot
comment: |
The results of the scheduled SCA scan are available in the Dependabot tab of the Security Insights page.
integration:
adhoc: true
ci: false
release: false
Loading