File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ on: [push]
33jobs :
44 scan-codebase :
55 runs-on : ubuntu-24.04
6- name : Scan codebase and look for vulnerabilities
6+ name : Scan codebase and find vulnerabilities
77 steps :
88 - name : Get the action.yml from the current branch
99 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 with :
1616 path : scancode-inputs
17- - name : Run scancode-action from current branch
18- uses : ./
17+ - uses : ./
1918 with :
2019 pipelines : " scan_codebase"
2120 check-compliance : true
Original file line number Diff line number Diff line change @@ -3,17 +3,16 @@ on: [push]
33jobs :
44 scan-codebase :
55 runs-on : ubuntu-24.04
6- name : Scan a package source archive
6+ name : Scan a package archive
77 steps :
88 - name : Get the action.yml from the current branch
99 uses : actions/checkout@v4
1010 with :
1111 sparse-checkout : action.yml
1212 sparse-checkout-cone-mode : false
1313
14- - name : Download repository archive to scancode-inputs/ directory
15- run : |
16- wget --directory-prefix=scancode-inputs https://github.com/${GITHUB_REPOSITORY}/archive/${GITHUB_REF}.zip
1714 - uses : ./
1815 with :
1916 pipelines : " scan_single_package"
17+ input-urls :
18+ https://github.com/${GITHUB_REPOSITORY}/archive/${GITHUB_REF}.zip
You can’t perform that action at this time.
0 commit comments