Fix whitespace lint
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
|
|||||||
@@ -3,12 +3,12 @@
|
|||||||
# separate terms of service, privacy policy, and support
|
# separate terms of service, privacy policy, and support
|
||||||
# documentation.
|
# documentation.
|
||||||
|
|
||||||
# The Checkmarx One GitHub Action enables you to trigger SAST, SCA, and KICS scans directly from the GitHub workflow.
|
# The Checkmarx One GitHub Action enables you to trigger SAST, SCA, and KICS scans directly from the GitHub workflow.
|
||||||
# It provides a wrapper around the Checkmarx One CLI Tool which creates a zip archive from your source code repository
|
# It provides a wrapper around the Checkmarx One CLI Tool which creates a zip archive from your source code repository
|
||||||
# and uploads it to Checkmarx One for scanning. The Github Action provides easy integration with GitHub while enabling
|
# and uploads it to Checkmarx One for scanning. The Github Action provides easy integration with GitHub while enabling
|
||||||
# scan customization using the full functionality and flexibility of the CLI tool.
|
# scan customization using the full functionality and flexibility of the CLI tool.
|
||||||
|
|
||||||
# This is a basic workflow to help you get started with Using Checkmarx One Action,
|
# This is a basic workflow to help you get started with Using Checkmarx One Action,
|
||||||
# documentation can be found here : https://checkmarx.com/resource/documents/en/34965-68702-checkmarx-one-github-actions.html
|
# documentation can be found here : https://checkmarx.com/resource/documents/en/34965-68702-checkmarx-one-github-actions.html
|
||||||
|
|
||||||
name: Checkmarx Scan
|
name: Checkmarx Scan
|
||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
contents: read # for actions/checkout to fetch code
|
contents: read # for actions/checkout to fetch code
|
||||||
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
|
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
|
||||||
actions: read # only required for a private repository by github/codeql-action/upload-sarif
|
actions: read # only required for a private repository by github/codeql-action/upload-sarif
|
||||||
|
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
# This step checks out a copy of your repository.
|
# This step checks out a copy of your repository.
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
# This step creates the Checkmarx One scan
|
# This step creates the Checkmarx One scan
|
||||||
- name: Checkmarx One scan
|
- name: Checkmarx One scan
|
||||||
uses: checkmarx/ast-github-action@8e887bb93dacc44e0f5b64ee2b06d5815f89d4fc
|
uses: checkmarx/ast-github-action@8e887bb93dacc44e0f5b64ee2b06d5815f89d4fc
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -13,4 +13,4 @@
|
|||||||
"Ruby",
|
"Ruby",
|
||||||
"Actions",
|
"Actions",
|
||||||
"PHP"]
|
"PHP"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
"description": "Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.",
|
"description": "Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.",
|
||||||
"iconName": "mobsf",
|
"iconName": "mobsf",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Code Scanning",
|
"Code Scanning",
|
||||||
"Java",
|
"Java",
|
||||||
"Swift",
|
"Swift",
|
||||||
"Objective-C",
|
"Objective-C",
|
||||||
"Kotlin"
|
"Kotlin"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -4,12 +4,12 @@
|
|||||||
"description": "PMD is a static source code analyzer. It supports Java, JavaScript, Apex and Visualforce, Modelica, PLSQL, Apache Velocity, XML, XSL, Scala.",
|
"description": "PMD is a static source code analyzer. It supports Java, JavaScript, Apex and Visualforce, Modelica, PLSQL, Apache Velocity, XML, XSL, Scala.",
|
||||||
"iconName": "pmd",
|
"iconName": "pmd",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Code Scanning",
|
"Code Scanning",
|
||||||
"Java",
|
"Java",
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
"Apex",
|
"Apex",
|
||||||
"Modelica",
|
"Modelica",
|
||||||
"PLSQL",
|
"PLSQL",
|
||||||
"Apache Velocity",
|
"Apache Velocity",
|
||||||
"XML",
|
"XML",
|
||||||
"XSl",
|
"XSl",
|
||||||
|
|||||||
@@ -4,4 +4,4 @@
|
|||||||
"description": "Continuously run Semgrep to find bugs and enforce secure code standards. Start with 1k+ community rules or write your own in a few minutes.",
|
"description": "Continuously run Semgrep to find bugs and enforce secure code standards. Start with 1k+ community rules or write your own in a few minutes.",
|
||||||
"iconName": "semgrep",
|
"iconName": "semgrep",
|
||||||
"categories": ["Code Scanning", "Go", "Java", "JavaScript", "JSON", "Python", "Ruby", "TypeScript", "JSX", "TSX"]
|
"categories": ["Code Scanning", "Go", "Java", "JavaScript", "JSON", "Python", "Ruby", "TypeScript", "JSX", "TSX"]
|
||||||
}
|
}
|
||||||
@@ -8,4 +8,3 @@
|
|||||||
"Elixir"
|
"Elixir"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3,5 +3,5 @@
|
|||||||
"creator": "Sonar",
|
"creator": "Sonar",
|
||||||
"description": "Static analysis of code for vulnerability detection, covering 26+ languages. Start cleaning your code in minutes!",
|
"description": "Static analysis of code for vulnerability detection, covering 26+ languages. Start cleaning your code in minutes!",
|
||||||
"iconName": "sonarcloud",
|
"iconName": "sonarcloud",
|
||||||
"categories": ["Code Scanning","abap","apex","c","cobol","cpp","cloudformation","csharp","css","flex","go","java","javascript","kotlin","objectivec","php","plsql","ruby","scala","swift","terraform","tsql","typescript","vb","vba","xml"]
|
"categories": ["Code Scanning","abap","apex","c","cobol","cpp","cloudformation","csharp","css","flex","go","java","javascript","kotlin","objectivec","php","plsql","ruby","scala","swift","terraform","tsql","typescript","vb","vba","xml"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user