File tree 3 files changed +5
-7
lines changed
3 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,6 +29,8 @@ 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
Original file line number Diff line number Diff line change 32
32
env :
33
33
GITHUB_TOKEN : ${{ secrets.ACTION_TOKEN }}
34
34
GITLEAKS_LICENSE : ${{ secrets.GITLEAKS_LICENSE}}
35
+ - uses : github/codeql-action/upload-sarif@v3
36
+ with :
37
+ sarif_file : ' gitleaks-results.sarif'
You can’t perform that action at this time.
0 commit comments