Merge pull request #5 from my0373/test

Merge in the zip of scan data
This commit is contained in:
Matt York 2023-10-15 17:06:25 +01:00 committed by GitHub
commit 6d3602fcb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 19 deletions

View file

@ -73,22 +73,3 @@ jobs:
IMAGE_NAME: my0373.jfrog.io/my0373-docker/spring-petclinic:3.1.0-SNAPSHOT
run:
jf docker push $IMAGE_NAME
# - name: Scan for vulnerabilities
# run:
# jf scan *
# - name: Publish Build info With JFrog CLI
# env:
# # Generated and maintained by GitHub
# JFROG_CLI_BUILD_NAME: spring-petclinic
# # JFrog organization secret
# JFROG_CLI_BUILD_NUMBER : ${{ github.run_number }}
# run: |
# # Export the build name and build nuber
# # Collect environment variables for the build
# jf rt build-collect-env
# # Collect VCS details from git and add them to the build
# jf rt build-add-git
# # Publish build info
# jf rt build-publish