Skip to content

Commit

Permalink
fixup! ci: Fix up more workflows tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Dec 5, 2023
1 parent e86fac9 commit 6288896
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/synopsys-schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.7.0
with:
go-version-file: go.mod
enable-cache: true

- name: Build Project
run: make build-snapshot
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/synopsys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.7.0
with:
go-version-file: go.mod
enable-cache: true

- name: Build Project
run: make build-snapshot
Expand Down
15 changes: 4 additions & 11 deletions .github/workflows/trivy-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,13 @@ jobs:
- name: Get repository name
run: echo "REPOSITORY_NAME=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV

- name: Setup Go
uses: actions/setup-go@v4
- name: Install devbox
uses: jetpack-io/devbox-install-action@v0.7.0
with:
go-version-file: go.mod

- name: Install tools
uses: redhat-actions/openshift-tools-installer@v1
with:
source: "github"
kustomize: "latest"
ko: "latest"
enable-cache: true

- name: Prepare build
run: make manifests generate
run: make go-generate

- name: Build container
env:
Expand Down

0 comments on commit 6288896

Please sign in to comment.