Skip to content

Commit

Permalink
Add vulcan-gitleaks to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusfcr committed Feb 19, 2024
1 parent 6d60743 commit 504525d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ updates:
update-types: ["version-update:semver-patch"]
labels:
- "dependencies"
- package-ecosystem: "docker"
directory: cmd/vulcan-gitleaks
schedule:
interval: "weekly"
labels:
- "dependencies"
- package-ecosystem: "docker"
directory: cmd/vulcan-nuclei
schedule:
Expand Down
7 changes: 7 additions & 0 deletions cmd/vulcan-gitleaks/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -eu

. _scripts/libtest.sh

vulcan_local_test -i "$1" -t .

0 comments on commit 504525d

Please sign in to comment.