-
Notifications
You must be signed in to change notification settings - Fork 0
chore: initial commit #1
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| version: 2 | ||
| updates: | ||
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "weekly" | ||
| commit-message: | ||
| prefix: "chore(deps)" | ||
| labels: ["github_actions", "dependencies"] | ||
| groups: | ||
| dependencies: | ||
| applies-to: version-updates | ||
| update-types: | ||
| - "minor" | ||
| - "patch" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| name: CI | ||
|
|
||
| on: | ||
| push: | ||
| branches: [main] | ||
| pull_request: | ||
| branches: [main] | ||
|
|
||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout repository | ||
trumant marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| uses: actions/checkout@v5 | ||
|
|
||
| - name: Set up Python | ||
| uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: '3.11' | ||
|
|
||
| - name: Install uv | ||
| run: pip install uv | ||
|
|
||
| - name: Install dependencies with uv | ||
| run: uv sync | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| .venv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 3.12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # Example OSPS Baseline Level 1 | ||
|
|
||
| This repository fulfills the minimal requirements necessary to comply | ||
| with all controls in the [OpenSSF's OSPS Baseline](https://baseline.openssf.org/versions/2025-02-25#level-1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| def main(): | ||
| print("Hello from example-osps-baseline-level-1!") | ||
|
|
||
|
|
||
| if __name__ == "__main__": | ||
| main() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| [project] | ||
| name = "example-osps-baseline-level-1" | ||
| version = "0.1.0" | ||
| description = "Add your description here" | ||
| readme = "README.md" | ||
| requires-python = ">=3.12" | ||
| dependencies = [ | ||
| "requests>=2.32.5", | ||
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,76 @@ | ||
| header: | ||
| schema-version: 2.0.0 | ||
| last-updated: '2025-09-21' | ||
| last-reviewed: '2025-09-21' | ||
| url: https://github.com/revanite-io/example-osps-baseline-level-1 | ||
|
|
||
| project: | ||
| name: "Example OSPS Baseline Level 1" | ||
| administrators: | ||
| - name: Eddie Knight | ||
| affiliation: Sonatype | ||
| email: [email protected] | ||
| primary: true | ||
| documentation: | ||
| detailed-guide: https://github.com/revanite-io/example-osps-baseline-level-1/blob/main/README.md | ||
| quickstart-guide: https://github.com/revanite-io/example-osps-baseline-level-1/blob/main/README.md | ||
| code-of-conduct: https://github.com/revanite-io/example-osps-baseline-level-1/blob/main/README.md | ||
| repositories: | ||
| - name: example-osps-baseline-level-1 | ||
| url: https://github.com/revanite-io/example-osps-baseline-level-1 | ||
| comment: | | ||
| The repository | ||
| vulnerability-reporting: | ||
| reports-accepted: true | ||
| bug-bounty-available: false | ||
|
|
||
| repository: | ||
| url: https://github.com/revanite-io/example-osps-baseline-level-1 | ||
| status: active | ||
| accepts-change-request: true | ||
| accepts-automated-change-request: false | ||
| core-team: | ||
| - name: Eddie Knight | ||
| affiliation: Sonatype | ||
| email: [email protected] | ||
| primary: true | ||
| - name: Jason Meridth | ||
| affiliation: GitHub | ||
| email: [email protected] | ||
| primary: false | ||
| - name: Travis Truman | ||
| affiliation: Independent | ||
| email: [email protected] | ||
| primary: false | ||
| - name: Alex Speasmaker | ||
| affiliation: USAA | ||
| email: [email protected] | ||
| primary: false | ||
| documentation: | ||
| contributing-guide: https://github.com/revanite-io/example-osps-baseline-level-1?tab=contributing-ov-file | ||
| license: | ||
| url: https://github.com/revanite-io/example-osps-baseline-level-1?tab=MIT-1-ov-file | ||
| expression: MIT | ||
| security: | ||
| assessments: | ||
| self: | ||
| comment: | | ||
| Self assessment has not yet been completed. | ||
| 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/revanite-io/example-osps-baseline-level-1/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 | ||
|
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.