Skip to content

Commit

Permalink
remove make xeol for CodeQL (#184)
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <[email protected]>
  • Loading branch information
noqcks authored Sep 21, 2023
1 parent 9b3145e commit 42707aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
- name: Build xeol for CodeQL
run: make xeol
# - name: Build xeol for CodeQL
# run: make xeol

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 # v2.1.31
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ endef
all: clean static-analysis test ## Run all checks (linting, license check, unit, integration, and linux acceptance tests tests)
@printf '$(SUCCESS)All checks pass!$(RESET)\n'

.PHONY: xeol
xeol: ## Build the xeol binary
@printf '$(TITLE)Building xeol$(RESET)\n'
CGO_ENABLED=0 go build -o $@ -trimpath -ldflags "-X main.version=$(VERSION) -X main.syftVersion=$(SYFT_VERSION)"

.PHONY: test
test: unit cli ## Run all tests (unit, and CLI tests)

Expand Down

0 comments on commit 42707aa

Please sign in to comment.