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/a/abseil-cpp/abseil-cpp_ubi_9.3.sh b/a/abseil-cpp/abseil-cpp_ubi_9.3.sh index 091f93f..32d6aa6 100644 --- a/a/abseil-cpp/abseil-cpp_ubi_9.3.sh +++ b/a/abseil-cpp/abseil-cpp_ubi_9.3.sh @@ -1,7 +1,7 @@ #!/bin/bash -e # ----------------------------------------------------------------------------- # -# Package : abseil-cpp +# Package : abseil-cpp test # Version : 20240116.2 # Source repo : https://github.com/abseil/abseil-cpp # Tested on : UBI:9.3 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