Skip to content

Commit

Permalink
ci(cve-scan-patch): change github runner size
Browse files Browse the repository at this point in the history
  • Loading branch information
g-iannelli committed Sep 24, 2024
1 parent a5bbe04 commit 34e1b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cve-scan-and-patching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
scan-and-patching:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4core
steps:
- uses: actions/checkout@master
- name: Login to Docker Hub
Expand Down
1 change: 1 addition & 0 deletions scripts/patch_images_with_copacetic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function patch_image() {
echo "FROM $image-patched" | DOCKER_BUILDKIT=0 docker build \
${DOCKER_LABELS} \
--label io.sighup.secured.image.created="$(date -u +"%Y-%m-%dT%H:%M:%S.%3NZ")" \
--label io.sighup.secured.image.from.hash="$src_image_hash" \
-t "$secured_image" \
-f - "$DOCKERFILE_OUTPUT_DIR" &> /dev/null
secured_labeled_image_hash=$(docker inspect "$secured_image" --format '{{.Id}}')
Expand Down

0 comments on commit 34e1b0e

Please sign in to comment.