From f6b04c4711847ffbc63ef819d0428041040d216b Mon Sep 17 00:00:00 2001 From: Doctor Vince Date: Tue, 20 Feb 2024 16:04:45 -0500 Subject: [PATCH] fixup push/pr/lint config --- .github/workflows/push-pr-lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-pr-lint.yml b/.github/workflows/push-pr-lint.yml index 93bc5e1..3c2b059 100644 --- a/.github/workflows/push-pr-lint.yml +++ b/.github/workflows/push-pr-lint.yml @@ -42,15 +42,15 @@ jobs: with: context: . push: false - tags: ghcr.io/metal-toolbox/fleet-rest-skeleton:latest + tags: ghcr.io/metal-toolbox/bomservice:latest file: Dockerfile - name: Scan image id: scan-image uses: anchore/scan-action@v3 with: - image: ghcr.io/metal-toolbox/fleet-rest-skeleton:latest - acs-report-enable: true + image: ghcr.io/metal-toolbox/bomservice:latest + # XXX: this generates a warning => acs-report-enable: true # TODO(joel): Fail build once we migrate off CentOS. fail-build: false