File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -151,14 +151,7 @@ jobs:
151
151
- name : Cleanup
152
152
if : always()
153
153
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
160
154
- uses : github/codeql-action/upload-sarif@v3
161
- if : ${{ github.repository == 'intel/ai-containers' }}
162
155
with :
163
156
sarif_file : ' ${{ matrix.container }}-scan.sarif'
164
157
# ###################################################################################################
Original file line number Diff line number Diff line change @@ -29,8 +29,13 @@ concurrency:
29
29
jobs :
30
30
dependency-review :
31
31
runs-on : ubuntu-latest
32
+ permissions :
33
+ pull-requests : write
32
34
steps :
33
35
- uses : actions/checkout@v4
34
36
- uses : actions/dependency-review-action@v4
35
37
with :
36
38
comment-summary-in-pr : true
39
+ - uses : github/codeql-action/upload-sarif@v3
40
+ with :
41
+ sarif_file : ' gitleaks-results.sarif'
You can’t perform that action at this time.
0 commit comments