File tree Expand file tree Collapse file tree 13 files changed +18
-18
lines changed
Expand file tree Collapse file tree 13 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: Integrates with Debricked to automatically scan your dependencies f
44runs :
55 using : composite
66 steps :
7- - uses : debricked/actions/cache@v3
8- - uses : debricked/actions/docker-scan@v3
7+ - uses : debricked/actions/cache@v4
8+ - uses : debricked/actions/docker-scan@v4
99branding :
1010 color : purple
1111 icon : search
Original file line number Diff line number Diff line change 55 using : composite
66 steps :
77 - name : Install Debricked CLI
8- uses : debricked/actions/non-docker@v3
8+ uses : debricked/actions/non-docker@v4
99 - name : Debricked Resolve
1010 run : ./debricked callgraph
1111 shell : bash
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: Generates a callgraph to be used to figure out if vulnerable symbol
44runs :
55 using : composite
66 steps :
7- - uses : debricked/actions/cache@v3
8- - uses : debricked/actions/docker-callgraph@v3
7+ - uses : debricked/actions/cache@v4
8+ - uses : debricked/actions/docker-callgraph@v4
99branding :
1010 color : purple
1111 icon : search
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ author: Debricked
33description : Generates a callgraph to be used to figure out if vulnerable symbols are actually being called in the code
44runs :
55 using : docker
6- image : docker://debricked/cli:1 -resolution-debian
6+ image : docker://debricked/cli:2 -resolution-debian
77 args :
88 - debricked
99 - callgraph
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ author: Debricked
33description : Generates a debricked.fingerprints.txt containing fingerprints of files to be used to detect Open Source dependencies not included in manifest files.
44runs :
55 using : docker
6- image : docker://debricked/cli:1 -resolution-debian
6+ image : docker://debricked/cli:2 -resolution-debian
77 args :
88 - debricked
99 - fingerprint
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ author: Debricked
33description : Integrates with Debricked to generate the appropriate Debricked lock files from found eligible manifest files, that do not have related lock files
44runs :
55 using : docker
6- image : docker://debricked/cli:1 -resolution-debian
6+ image : docker://debricked/cli:2 -resolution-debian
77 args :
88 - debricked
99 - resolve
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ author: Debricked
33description : Integrates with Debricked to automatically scan your dependencies for vulnerabilities and license risks
44runs :
55 using : docker
6- image : docker://debricked/cli:1 -resolution-debian
6+ image : docker://debricked/cli:2 -resolution-debian
77 args :
88 - debricked
99 - scan
Original file line number Diff line number Diff line change 55 using : composite
66 steps :
77 - name : Install Debricked CLI
8- uses : debricked/actions/non-docker@v3
8+ uses : debricked/actions/non-docker@v4
99 - name : Debricked Fingerprint
1010 run : ./debricked fingerprint
1111 shell : bash
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: Generates a debricked.fingerprints.txt containing fingerprints of f
44runs :
55 using : composite
66 steps :
7- - uses : debricked/actions/cache@v3
8- - uses : debricked/actions/docker-fingerprint@v3
7+ - uses : debricked/actions/cache@v4
8+ - uses : debricked/actions/docker-fingerprint@v4
99branding :
1010 color : purple
1111 icon : search
Original file line number Diff line number Diff line change 1111 if [ "${RUNNER_ARCH}" == "X86" ]; then RUNNER_ARCH=i386; fi
1212 BIN_NAME=debricked
1313 if [ "${RUNNER_OS}" == "Windows" ]; then BIN_NAME=debricked.exe; fi
14- echo "https://github.com/debricked/cli/releases/download/release-v1 /cli_${RUNNER_OS}_${RUNNER_ARCH}.tar.gz"
15- curl -L "https://github.com/debricked/cli/releases/download/release-v1 /cli_${RUNNER_OS}_${RUNNER_ARCH}.tar.gz" | tar -xz "${BIN_NAME}"
14+ echo "https://github.com/debricked/cli/releases/download/release-v2 /cli_${RUNNER_OS}_${RUNNER_ARCH}.tar.gz"
15+ curl -L "https://github.com/debricked/cli/releases/download/release-v2 /cli_${RUNNER_OS}_${RUNNER_ARCH}.tar.gz" | tar -xz "${BIN_NAME}"
1616 shell : bash
1717branding :
1818 color : purple
You can’t perform that action at this time.
0 commit comments