|
|
|
@ -32,7 +32,7 @@ jobs: |
|
|
|
ls -atlh ../../../ |
|
|
|
ls -atlh ../../../ |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload project artifact |
|
|
|
- name: Upload project artifact |
|
|
|
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6 |
|
|
|
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: KeyConnector.zip |
|
|
|
name: KeyConnector.zip |
|
|
|
path: src/KeyConnector/KeyConnector.zip |
|
|
|
path: src/KeyConnector/KeyConnector.zip |
|
|
|
@ -101,6 +101,6 @@ jobs: |
|
|
|
output-format: sarif |
|
|
|
output-format: sarif |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload Grype results to GitHub |
|
|
|
- name: Upload Grype results to GitHub |
|
|
|
uses: github/codeql-action/upload-sarif@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5 |
|
|
|
uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6 |
|
|
|
with: |
|
|
|
with: |
|
|
|
sarif_file: ${{ steps.container-scan.outputs.sarif }} |
|
|
|
sarif_file: ${{ steps.container-scan.outputs.sarif }} |
|
|
|
|