Fixed Linting Issues
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# separate terms of service, privacy policy, and support
|
# separate terms of service, privacy policy, and support
|
||||||
# documentation.
|
# documentation.
|
||||||
|
|
||||||
# Black Duck Security Action allows you to integrate Static Analysis Security Testing (SAST) and Software Composition Analysis (SCA) into your CI/CD pipelines.
|
# Black Duck Security Action allows you to integrate Static Analysis Security Testing (SAST) and Software Composition Analysis (SCA) into your CI/CD pipelines.
|
||||||
# For more information about configuring your workflow,
|
# For more information about configuring your workflow,
|
||||||
# read our documentation at https://github.com/blackduck-inc/black-duck-security-scan
|
# read our documentation at https://github.com/blackduck-inc/black-duck-security-scan
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ on:
|
|||||||
branches: [ $default-branch ]
|
branches: [ $default-branch ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: $cron-weekly
|
- cron: $cron-weekly
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Black Duck SCA scan
|
- name: Black Duck SCA scan
|
||||||
uses: blackduck-inc/black-duck-security-scan@805cbd09e806b01907bbea0f990723c2bb85abe9
|
uses: blackduck-inc/black-duck-security-scan@805cbd09e806b01907bbea0f990723c2bb85abe9
|
||||||
with:
|
with:
|
||||||
### ---------- BLACKDUCK SCA SCANNING: REQUIRED FIELDS ----------
|
### ---------- BLACKDUCK SCA SCANNING: REQUIRED FIELDS ----------
|
||||||
blackducksca_url: ${{ vars.BLACKDUCKSCA_URL }}
|
blackducksca_url: ${{ vars.BLACKDUCKSCA_URL }}
|
||||||
@@ -46,9 +46,9 @@ jobs:
|
|||||||
polaris_server_url: ${{ vars.POLARIS_SERVER_URL }}
|
polaris_server_url: ${{ vars.POLARIS_SERVER_URL }}
|
||||||
polaris_access_token: ${{ secrets.POLARIS_ACCESS_TOKEN }}
|
polaris_access_token: ${{ secrets.POLARIS_ACCESS_TOKEN }}
|
||||||
polaris_assessment_types: "SCA,SAST"
|
polaris_assessment_types: "SCA,SAST"
|
||||||
|
|
||||||
### ---------- SRM SCANNING: REQUIRED FIELDS ----------
|
### ---------- SRM SCANNING: REQUIRED FIELDS ----------
|
||||||
srm_url: ${{ vars.SRM_URL }}
|
srm_url: ${{ vars.SRM_URL }}
|
||||||
srm_apikey: ${{ secrets.SRM_API_KEY }}
|
srm_apikey: ${{ secrets.SRM_API_KEY }}
|
||||||
srm_assessment_types: "SCA,SAST"
|
srm_assessment_types: "SCA,SAST"
|
||||||
|
|
||||||
|
|||||||
@@ -2,21 +2,21 @@
|
|||||||
"name": "Black Duck Security Scan Workflow",
|
"name": "Black Duck Security Scan Workflow",
|
||||||
"creator": "Black Duck Software, Inc.",
|
"creator": "Black Duck Software, Inc.",
|
||||||
"description": "The Black Duck Security Scan GitHub Action allows you to configure your pipeline to run Black Duck Security Scan and take action on the security results",
|
"description": "The Black Duck Security Scan GitHub Action allows you to configure your pipeline to run Black Duck Security Scan and take action on the security results",
|
||||||
"iconName": "black-duck.svg",
|
"iconName": "black-duck",
|
||||||
"categories": [
|
"categories": [
|
||||||
"Code Scanning",
|
"Code Scanning",
|
||||||
"C",
|
"C",
|
||||||
"C++",
|
"C++",
|
||||||
"C#",
|
"C#",
|
||||||
"Go",
|
"Go",
|
||||||
"Java",
|
"Java",
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
"Ruby",
|
"Ruby",
|
||||||
"PHP",
|
"PHP",
|
||||||
"Swift",
|
"Swift",
|
||||||
"Kotlin",
|
"Kotlin",
|
||||||
"Python",
|
"Python",
|
||||||
"VB.NET",
|
"VB.NET",
|
||||||
"Objective C"
|
"Objective C"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user