Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/wolfi-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
name: Build packages
needs:
- build-melange
runs-on: ubuntu-latest-8-core

Check failure on line 57 in .github/workflows/wolfi-presubmit.yaml

View workflow job for this annotation

GitHub Actions / Action lint

[actionlint] reported by reviewdog 🐶 label "ubuntu-latest-8-core" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2025", "windows-2025-vs2026", "windows-2022", "windows-11-arm", "ubuntu-slim", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-24.04", "ubuntu-24.04-arm", "ubuntu-22.04", "ubuntu-22.04-arm", "macos-latest", "macos-latest-xlarge", "macos-latest-large", "macos-26-intel", "macos-26-xlarge", "macos-26-large", "macos-26", "macos-15-intel", "macos-15-xlarge", "macos-15-large", "macos-15", "macos-14-xlarge", "macos-14-large", "macos-14", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label] Raw Output: e:.github/workflows/wolfi-presubmit.yaml:57:14: label "ubuntu-latest-8-core" is unknown. available labels are "windows-latest", "windows-latest-8-cores", "windows-2025", "windows-2025-vs2026", "windows-2022", "windows-11-arm", "ubuntu-slim", "ubuntu-latest", "ubuntu-latest-4-cores", "ubuntu-latest-8-cores", "ubuntu-latest-16-cores", "ubuntu-24.04", "ubuntu-24.04-arm", "ubuntu-22.04", "ubuntu-22.04-arm", "macos-latest", "macos-latest-xlarge", "macos-latest-large", "macos-26-intel", "macos-26-xlarge", "macos-26-large", "macos-26", "macos-15-intel", "macos-15-xlarge", "macos-15-large", "macos-15", "macos-14-xlarge", "macos-14-large", "macos-14", "self-hosted", "x64", "arm", "arm64", "linux", "macos", "windows". if it is a custom label for self-hosted runner, set list of labels in actionlint.yaml config file [runner-label]

permissions:
contents: read
Expand Down Expand Up @@ -178,7 +178,7 @@
melange version

# needed to run tests for Bubblewrap packages
- uses: docker/setup-docker-action@1a6edb0ba9ac496f6850236981f15d8f9a82254d # v5.0.0
- uses: docker/setup-docker-action@b2189fbf2a6592b51fee7cdd93ee2bfaeba733db # v5.1.0

# this need to point to main to always get the latest action
- uses: wolfi-dev/actions/install-wolfictl@d8faf0b2bf2a7c6eefc571567ef370faae5baed2 # last commit that had the scan command
Expand Down Expand Up @@ -276,7 +276,7 @@
ls -hal packages/x86_64/usr/bin/sudo

- name: Test installable and Scan for CVEs
run: |

Check warning on line 279 in .github/workflows/wolfi-presubmit.yaml

View workflow job for this annotation

GitHub Actions / Action lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:8:22: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/wolfi-presubmit.yaml:279:9: shellcheck reported issue in this script: SC2046:warning:8:22: Quote this to prevent word splitting [shellcheck]

Check warning on line 279 in .github/workflows/wolfi-presubmit.yaml

View workflow job for this annotation

GitHub Actions / Action lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:6:22: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/wolfi-presubmit.yaml:279:9: shellcheck reported issue in this script: SC2046:warning:6:22: Quote this to prevent word splitting [shellcheck]

Check warning on line 279 in .github/workflows/wolfi-presubmit.yaml

View workflow job for this annotation

GitHub Actions / Action lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:4:22: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/wolfi-presubmit.yaml:279:9: shellcheck reported issue in this script: SC2046:warning:4:22: Quote this to prevent word splitting [shellcheck]

Check warning on line 279 in .github/workflows/wolfi-presubmit.yaml

View workflow job for this annotation

GitHub Actions / Action lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2046:warning:2:22: Quote this to prevent word splitting [shellcheck] Raw Output: w:.github/workflows/wolfi-presubmit.yaml:279:9: shellcheck reported issue in this script: SC2046:warning:2:22: Quote this to prevent word splitting [shellcheck]
if [[ "${{ matrix.package }}" == "fping" ]]; then
docker run --rm -v $(pwd):/work --workdir /work cgr.dev/chainguard/wolfi-base /bin/sh -c "sed 's|=.*||' -i /etc/apk/world; apk add --allow-untrusted -X ./packages/ packages/x86_64/${{ matrix.package }}-*.apk; apk add libcap-utils; getcap /usr/sbin/fping"
elif [[ "${{ matrix.package }}" == "sudo" ]]; then
Expand Down
Loading