Skip to content

Commit 747a1a4

Browse files
committed
update makefile
1 parent 03adb53 commit 747a1a4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,8 @@ github-login:
9797

9898
lint-githubaction-scripts:
9999
shellcheck .github/scripts/*.sh
100+
101+
clean:
102+
rm -rf .out
103+
find . -type f -name '.trivyignore_combined.yaml' -delete
104+

0 commit comments

Comments
 (0)