Skip to content

Merge pull request #276 from 0xPolygon/CDK-507-fix-create-rollup-para… #1526

Merge pull request #276 from 0xPolygon/CDK-507-fix-create-rollup-para…

Merge pull request #276 from 0xPolygon/CDK-507-fix-create-rollup-para… #1526

---
name: Security Build
on:
push:
branches: [main]
#pull_request:
workflow_dispatch:
jobs:
sonarcloud:
runs-on: ubuntu-latest
timeout-minutes: 5
if: github.repository == '0xPolygon/kurtosis-cdk' # Prevent this job to run on forks.
steps:
- uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting.
fetch-depth: 0
- uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}