Merge branch 'main' into main

This commit is contained in:
h0x0er
2022-02-03 13:40:22 +05:30
committed by GitHub
6 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -30,14 +30,14 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Gradle - name: Build with Gradle
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021 uses: gradle/gradle-build-action@bc3340afc5e3cc44f2321809ac090d731c13c514
with: with:
arguments: build arguments: build
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in # The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle # the publishing section of your build.gradle
- name: Publish to GitHub Packages - name: Publish to GitHub Packages
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021 uses: gradle/gradle-build-action@bc3340afc5e3cc44f2321809ac090d731c13c514
with: with:
arguments: publish arguments: publish
env: env:
+1 -1
View File
@@ -26,6 +26,6 @@ jobs:
java-version: '11' java-version: '11'
distribution: 'temurin' distribution: 'temurin'
- name: Build with Gradle - name: Build with Gradle
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021 uses: gradle/gradle-build-action@bc3340afc5e3cc44f2321809ac090d731c13c514
with: with:
arguments: build arguments: build
@@ -1,7 +1,7 @@
{ {
"name": "APIsec Scan", "name": "APIsec Scan",
"creator": "APIsec", "creator": "APIsec",
"description": "APIsec addresses the critical need to secure APIs before they reach production. APIsec provides the industrys only automated and continuous API testing platform that uncovers security vulnerabilities and logic flaws in APIs. Clients rely on APIsec to evaluate every update and release, ensuring that no APIs go to production with vulnerabilities.", "description": "APIsec provides the industrys only automated and continuous API testing platform that uncovers security vulnerabilities and logic flaws in APIs.",
"iconName": "apisec", "iconName": "apisec",
"categories": [ "categories": [
"Code Scanning", "Code Scanning",
@@ -1,7 +1,7 @@
{ {
"name": "cloudrail", "name": "cloudrail",
"creator": "Indeni Cloudrail", "creator": "Indeni Cloudrail",
"description": "Cloudrail can be used to scan your infrastructure-as-code files for potential security and compliance issues. The Cloudrail action is often used as part of both CI workflows (on pull_request) and on CD workflows to identify potential issues.", "description": "Cloudrail can be used to scan your infrastructure-as-code files for potential security and compliance issues.",
"iconName": "cloudrail", "iconName": "cloudrail",
"categories": ["Code Scanning", "HCL"] "categories": ["Code Scanning", "HCL"]
} }
+2 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "pmd", "name": "pmd",
"creator": "pmd", "creator": "pmd",
"description": "PMD is a static source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com 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",
@@ -13,7 +13,6 @@
"Apache Velocity", "Apache Velocity",
"XML", "XML",
"XSl", "XSl",
"Scala", "Scala"
"Apex"
] ]
} }
@@ -1,7 +1,7 @@
{ {
"name": "OSSF Scorecards supply-chain security analysis", "name": "OSSF Scorecards",
"creator": "Open Source Security Foundation (OpenSSF) - https://github.com/ossf", "creator": "Open Source Security Foundation (OpenSSF)",
"description": "Scorecards is a static analysis tool to assess the security posture of your project", "description": "Scorecards is a static supply-chain security analysis tool to assess the security posture of your project",
"iconName": "scorecards", "iconName": "scorecards",
"categories": ["Code Scanning"] "categories": ["Code Scanning"]
} }