Skip to content

Commit 56b35b5

Browse files
authored
Merge pull request #4 from NHSLeadership/develop
disable sec scan upload for now
2 parents 7cf2ecf + 3299439 commit 56b35b5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/docker-build.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ jobs:
5050
uses: aquasecurity/trivy-action@master
5151
with:
5252
image-ref: ${{ env.REGISTRY }}/${{ env.ORG }}/${{ env.IMAGE_NAME }}:8.3-alpine
53-
format: 'sarif'
54-
output: 'trivy-results83alpine.sarif'
53+
# format: 'sarif'
54+
format: 'table'
55+
# output: 'trivy-results83alpine.sarif'
5556
severity: 'CRITICAL,HIGH'
5657
ignore-unfixed: true
5758

58-
- name: Upload Trivy PHP 8.3 Alpine results to GitHub Security tab
59-
uses: github/codeql-action/upload-sarif@v3
60-
with:
61-
sarif_file: 'trivy-results83alpine.sarif'
59+
# - name: Upload Trivy PHP 8.3 Alpine results to GitHub Security tab
60+
# uses: github/codeql-action/upload-sarif@v3
61+
# with:
62+
# sarif_file: 'trivy-results83alpine.sarif'

0 commit comments

Comments
 (0)