Skip to content
Open
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
1 change: 1 addition & 0 deletions a/abseil-cpp/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions dummy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
check pen
3 changes: 3 additions & 0 deletions travis-currency-ymls/currency-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading