Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove feature flags for new languages #165

Merged
merged 1 commit into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .envrc.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
export BEARER_VERSION=latest
export BEARER_WORKSPACE=$PWD/../bearer
export BEARER_PHP_ENABLED=true
export BEARER_PYTHON_ENABLED=true
export BEARER_GOLANG_ENABLED=true
6 changes: 0 additions & 6 deletions scripts/invoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ cp -R $test_location $tmp_location

if [ -n "$BEARER_WORKSPACE" ]; then
cd $BEARER_WORKSPACE
BEARER_GOLANG_ENABLED=true \
BEARER_PYTHON_ENABLED=true \
BEARER_PHP_ENABLED=true \
go run ./cmd/bearer/main.go scan $tmp_location \
--only-rule=$rule_id \
--quiet \
Expand All @@ -35,9 +32,6 @@ else
--rm \
-v /tmp/bearer-scan:/tmp/bearer-scan \
-v $rule_loc:/tmp/rules \
-e BEARER_PHP_ENABLED=true \
-e BEARER_PYTHON_ENABLED=true \
-e BEARER_GOLANG_ENABLED=true \
bearer/bearer:$BEARER_VERSION \
scan $tmp_location \
--only-rule=$rule_id \
Expand Down
Loading