Skip to content

Commit

Permalink
upgrade trunk (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatheson authored Feb 22, 2024
1 parent 44ee6a1 commit e5b991a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
13 changes: 7 additions & 6 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ runtimes:
- [email protected]
lint:
enabled:
- [email protected]
- [email protected]
- checkov@3.1.69
- checkov@3.2.21
- git-diff-check
- markdownlint@0.38.0
- [email protected].4
- markdownlint@0.39.0
- [email protected].5
- [email protected]
- [email protected]
- trivy@0.48.3
- trufflehog@3.63.11
- yamllint@1.33.0
- trivy@0.49.1
- trufflehog@3.67.6
- yamllint@1.34.0
actions:
disabled:
- trunk-announce
Expand Down
8 changes: 4 additions & 4 deletions sleep.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo "running tests...\n";
sleep 1m;
echo "Done.\n";
exit 0;
echo "running tests...\n"
sleep 1m
echo "Done.\n"
exit 0
2 changes: 1 addition & 1 deletion workspace/target_1/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ filegroup(
"**/*.txt",
"*.txt",
]),
)
)
2 changes: 1 addition & 1 deletion workspace/target_2/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ filegroup(
"**/*.txt",
"*.txt",
]),
)
)

0 comments on commit e5b991a

Please sign in to comment.