Skip to content

Commit 0a07abb

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

File tree

3 files changed

+5
-7
lines changed

3 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

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ 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

.github/workflows/gitleaks.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
3434
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}}
35+
- uses: github/codeql-action/upload-sarif@v3
36+
with:
37+
sarif_file: 'gitleaks-results.sarif'

0 commit comments

Comments
 (0)