Skip to content

Commit

Permalink
ensure cross-spawn is at latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Nov 21, 2024
1 parent 8a5b583 commit a05ccb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
close-pr-message: 'This PR was closed because it has been stalled for 28 days with no activity'

trivy:
name: Scan with trivy (disabled)
name: Scan with Trivy
runs-on: ubuntu-24.04
permissions:
contents: write
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ jobs:
cmd_options: '-a'

scan_image_with_trivy:
name: Scan image with trivy (disabled)
name: Scan image with Trivy
runs-on: ubuntu-24.04
needs: build_docker_image
permissions:
Expand Down

0 comments on commit a05ccb6

Please sign in to comment.