-
-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ensure cross-spawn is at latest version
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -327,7 +327,7 @@ jobs: | |
mv /tmp/.buildx-cache-new /tmp/.buildx-cache | ||
scan_image_with_trivy: | ||
name: Scan with trivy (disabled) | ||
name: Scan with Trivy | ||
runs-on: ubuntu-24.04 | ||
needs: build_docker_image | ||
permissions: | ||
|
@@ -337,13 +337,13 @@ jobs: | |
- name: Checkout | ||
uses: actions/[email protected] | ||
|
||
- name: Download docker local image | ||
- name: Retrieve local docker image | ||
uses: actions/[email protected] | ||
with: | ||
name: ${{ env.IMAGE_NAME }} | ||
path: /tmp | ||
|
||
- name: Load docker local image | ||
- name: Load local docker image | ||
run: | | ||
docker load --input /tmp/${{ env.IMAGE_NAME }}.tar | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters