diff --git a/a/abseil-cpp/LICENSE b/a/abseil-cpp/LICENSE index 427417b..2f603f0 100644 --- a/a/abseil-cpp/LICENSE +++ b/a/abseil-cpp/LICENSE @@ -200,3 +200,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +#Dummy diff --git a/dummy.txt b/dummy.txt new file mode 100644 index 0000000..6e9709e --- /dev/null +++ b/dummy.txt @@ -0,0 +1 @@ +check pen diff --git a/travis-currency-ymls/currency-build.yml b/travis-currency-ymls/currency-build.yml index b8c8a8e..3de42f2 100644 --- a/travis-currency-ymls/currency-build.yml +++ b/travis-currency-ymls/currency-build.yml @@ -276,7 +276,10 @@ jobs: if: env(BUILD_DOCKER) = true AND env(ENABLE_GRYPE) = true script: - source variable.sh; + - while true; do echo "---- Scan in Progress ----"; sleep 180; done & + - printer_pid=$! - docker load -i "$HOME/build/$TRAVIS_REPO_SLUG/image.tar"; chmod +x ./script/scanner-scripts/grype_image_scan.sh;bash ./script/scanner-scripts/grype_image_scan.sh; mkdir image_grype; mv grype_image_sbom_results.json grype_image_vulnerabilities_results.json image_grype; + - kill $printer_pid workspaces: create: name: image_grype