Skip to content

Commit f6c0e70

Browse files
author
tylertitsworth
committed
update reporting
1 parent 73a522e commit f6c0e70

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/container-ci.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,7 @@ jobs:
151151
- name: Cleanup
152152
if: always()
153153
run: docker rmi -f ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
154-
- uses: actions/upload-artifact@v4
155-
if: ${{ github.repository != 'intel/ai-containers' }}
156-
with:
157-
name: ${{ matrix.container }}-scan
158-
path: '${{ matrix.container }}-scan.sarif'
159-
overwrite: true
160154
- uses: github/codeql-action/upload-sarif@v3
161-
if: ${{ github.repository == 'intel/ai-containers' }}
162155
with:
163156
sarif_file: '${{ matrix.container }}-scan.sarif'
164157
####################################################################################################

.github/workflows/dependency-review.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,13 @@ concurrency:
2929
jobs:
3030
dependency-review:
3131
runs-on: ubuntu-latest
32+
permissions:
33+
pull-requests: write
3234
steps:
3335
- uses: actions/checkout@v4
3436
- uses: actions/dependency-review-action@v4
3537
with:
3638
comment-summary-in-pr: true
39+
- uses: github/codeql-action/upload-sarif@v3
40+
with:
41+
sarif_file: 'gitleaks-results.sarif'

0 commit comments

Comments
 (0)