From a439fea54f526df0d8b263ed006c9acb3f5cf430 Mon Sep 17 00:00:00 2001 From: Yusuf Kanchwala Date: Tue, 16 Mar 2021 12:16:56 +0530 Subject: [PATCH] removing unnecessary file changes --- .gitignore | 3 --- deploy/docker-compose.yml | 1 - pkg/runtime/executor_test.go | 3 +++ 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5dc0e2f3b..31bce5d8d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,9 +23,6 @@ docs/_build/ #vscode .vscode/ -#GoLand -.idea - /updatedFiles # Go binar diff --git a/deploy/docker-compose.yml b/deploy/docker-compose.yml index 6a430a5ca..9210f5c88 100644 --- a/deploy/docker-compose.yml +++ b/deploy/docker-compose.yml @@ -4,4 +4,3 @@ services: image: accurics/terrascan:${TAG:-latest} ports: - 9010:9010 - - 443:9443 diff --git a/pkg/runtime/executor_test.go b/pkg/runtime/executor_test.go index 89aa428ea..3caf43076 100644 --- a/pkg/runtime/executor_test.go +++ b/pkg/runtime/executor_test.go @@ -1,9 +1,12 @@ /* Copyright (C) 2020 Accurics, Inc. + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.