Skip to content

Commit

Permalink
fixup push/pr/lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorVin committed Feb 20, 2024
1 parent 6ab1a53 commit f6b04c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-pr-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f6b04c4

Please sign in to comment.