Skip to content

Commit

Permalink
chore: security fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Aug 4, 2024
1 parent 5e229d0 commit ee6d7bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5,156 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ opensource:
--ignore $$(tr -d ' \n' <<<"$${{ inputs.ignore-modules }}") \
--ignore $$(tr -d ' \n' <<<"$${{ inputs.ignore-modules }}") \
--ignore $$(go list std | awk 'NR > 1 { printf(",") } { printf("%s",$0) } END { print "" }') \
--template=documentation/open-source.tpl > documentation/open-source.md
--template=docs/open-source.tpl > docs/open-source.md

tests: ## Run tests
@echo "Running tests"
Expand Down
Loading

0 comments on commit ee6d7bf

Please sign in to comment.