File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ on: [push]
22
33jobs :
44 scan-codebase :
5- runs-on : ubuntu-22 .04
6- name : Analyze a Docker image with ScanCode.io
5+ runs-on : ubuntu-24 .04
6+ name : Analyze a Docker image
77 steps :
88 - uses : nexB/scancode-action@alpha
99 with :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ on: [push]
22
33jobs :
44 scan-codebase :
5- runs-on : ubuntu-22 .04
6- name : Scan codebase with ScanCode.io
5+ runs-on : ubuntu-24 .04
6+ name : Scan codebase and look for vulnerabilities
77 steps :
88 - uses : actions/checkout@v4
99 with :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ on: [push]
22
33jobs :
44 scan-codebase :
5- runs-on : ubuntu-22 .04
6- name : Map deploy to develop with ScanCode.io
5+ runs-on : ubuntu-24 .04
6+ name : Map deploy to develop
77 steps :
88 - uses : nexB/scancode-action@alpha
99 with :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ on: [push]
22
33jobs :
44 scan-codebase :
5- runs-on : ubuntu-22 .04
6- name : Scan package with ScanCode.io
5+ runs-on : ubuntu-24 .04
6+ name : Scan a package source archive
77 steps :
88 - name : Download repository archive to scancode-inputs/ directory
99 run : |
You can’t perform that action at this time.
0 commit comments