Skip to content

Commit

Permalink
Merge branch 'main' into refactor/permissionless-node-package
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Mar 19, 2024
2 parents b98898d + 0ef3c28 commit 1da8883
Show file tree
Hide file tree
Showing 7 changed files with 8,016 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

# These owners will be the default owners for everything in the repo.
* @0xPolygon/dev-tools
* @praetoriansentry
23 changes: 23 additions & 0 deletions .github/workflows/security-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Security Build
on:
push:
branches:
- main
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]

jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2 changes: 2 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* Polygon CDK Kurtosis Package

[[file:cdk/docs/architecture.png]]

To get started you'll want to get everything [[https://docs.kurtosis.com/install/][installed]]. Once that's
good and installed on your system, you can ~cd~ into this directory
and run:
Expand Down
17 changes: 17 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Polygon Technology Security Information

## Link to vulnerability disclosure details (Bug Bounty).
- Websites and Applications: https://hackerone.com/polygon-technology
- Smart Contracts: https://immunefi.com/bounty/polygon

## Languages that our team speaks and understands.
Preferred-Languages: en

## Security-related job openings at Polygon.
https://polygon.technology/careers

## Polygon security contact details.
[email protected]

## The URL for accessing the security.txt file.
Canonical: https://polygon.technology/security.txt
Loading

0 comments on commit 1da8883

Please sign in to comment.