Skip to content

Commit

Permalink
added two more targets to check for
Browse files Browse the repository at this point in the history
Signed-off-by: Adhishree Kadam <[email protected]>
  • Loading branch information
adhishreekadam authored May 28, 2024
1 parent 79dcd09 commit 311449b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Check Makefile targets
run: |
REQUIRED_TARGETS=("build" "test" "run" "stop" "agent-run" "agent-stop" "publish-service" "publish-pattern" "push")
REQUIRED_TARGETS=("build" "test" "run" "stop" "agent-run" "agent-stop" "publish-service" "publish-pattern" "push" "check-syft" "sbom-policy-gen" "publish-service-policy" "publish-deployment-policy")
for TARGET in "${REQUIRED_TARGETS[@]}"; do
if ! grep -qE "^$TARGET:" Makefile; then
echo "Target '$TARGET' not found in Makefile!"
Expand Down

0 comments on commit 311449b

Please sign in to comment.