Skip to content

Commit 3c34231

Browse files
Add run_audit_in_docker.sh script
1 parent 752a189 commit 3c34231

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
# SPDX-FileCopyrightText: GitHub, Inc.
3+
# SPDX-License-Identifier: MIT
4+
5+
# https://stackoverflow.com/a/53122736
6+
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
7+
8+
${__dir}/../run_in_docker.sh ${__dir}/run_audit.sh "$1"

0 commit comments

Comments
 (0)