remove duplicate ref definition (#3084)
Signed-off-by: strailov <Stanislav.Trailov@bosch.io>
This commit is contained in:
committed by
GitHub
parent
eba16e529e
commit
39aaa8c943
@@ -123,7 +123,6 @@ jobs:
|
||||
sha: ${{ steps.get-sha.outputs.sha }}
|
||||
sarif_file: 'scans/hawkbit-ddi-server.sarif'
|
||||
category: "Container Images (hawkbit-ddi-server) [${{ inputs.ref }}]"
|
||||
ref: refs/heads/${{ inputs.ref }}
|
||||
- name: Upload Docker image scan results to GitHub Security tab hawkbit-dmf-server
|
||||
if: ${{ inputs.upload }}
|
||||
uses: github/codeql-action/upload-sarif@v4.35.1
|
||||
@@ -132,7 +131,6 @@ jobs:
|
||||
sha: ${{ steps.get-sha.outputs.sha }}
|
||||
sarif_file: 'scans/hawkbit-dmf-server.sarif'
|
||||
category: "Container Images (hawkbit-dmf-server) [${{ inputs.ref }}]"
|
||||
ref: refs/heads/${{ inputs.ref }}
|
||||
- name: Upload Docker image scan results to GitHub Security tab hawkbit-mgmt-server
|
||||
if: ${{ inputs.upload }}
|
||||
uses: github/codeql-action/upload-sarif@v4.35.1
|
||||
@@ -141,7 +139,6 @@ jobs:
|
||||
sha: ${{ steps.get-sha.outputs.sha }}
|
||||
sarif_file: 'scans/hawkbit-mgmt-server.sarif'
|
||||
category: "Container Images (hawkbit-mgmt-server) [${{ inputs.ref }}]"
|
||||
ref: refs/heads/${{ inputs.ref }}
|
||||
- name: Upload Docker image scan results to GitHub Security tab hawkbit-ui
|
||||
if: ${{ inputs.upload }}
|
||||
uses: github/codeql-action/upload-sarif@v4.35.1
|
||||
@@ -150,7 +147,6 @@ jobs:
|
||||
sha: ${{ steps.get-sha.outputs.sha }}
|
||||
sarif_file: 'scans/hawkbit-ui.sarif'
|
||||
category: "Container Images (hawkbit-ui) [${{ inputs.ref }}]"
|
||||
ref: refs/heads/${{ inputs.ref }}
|
||||
|
||||
- name: Upload Docker image scan results to GitHub Security tab hawkbit-update-server
|
||||
if: ${{ inputs.upload }}
|
||||
@@ -160,7 +156,6 @@ jobs:
|
||||
sha: ${{ steps.get-sha.outputs.sha }}
|
||||
sarif_file: 'scans/hawkbit-update-server.sarif'
|
||||
category: "Container Images (hawkbit-update-server) [${{ inputs.ref }}]"
|
||||
ref: refs/heads/${{ inputs.ref }}
|
||||
|
||||
- name: Upload Docker image scan results to GitHub Security tab hawkbit-repository-jpa-init
|
||||
if: ${{ inputs.upload }}
|
||||
@@ -169,5 +164,4 @@ jobs:
|
||||
ref: refs/heads/${{ inputs.ref }}
|
||||
sha: ${{ steps.get-sha.outputs.sha }}
|
||||
sarif_file: 'scans/hawkbit-repository-jpa-init.sarif'
|
||||
category: "Container Images (hawkbit-repository-jpa-init) [${{ inputs.ref }}]"
|
||||
ref: refs/heads/${{ inputs.ref }}
|
||||
category: "Container Images (hawkbit-repository-jpa-init) [${{ inputs.ref }}]"
|
||||
Reference in New Issue
Block a user