diff --git a/a/async/LICENSE b/a/async/LICENSE index 8dada3e..0bebec5 100644 --- a/a/async/LICENSE +++ b/a/async/LICENSE @@ -199,3 +199,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/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