diff --git a/.github/workflows/ci-minimal.yml b/.github/workflows/ci-minimal.yml index bbd942e2e..6226850fb 100644 --- a/.github/workflows/ci-minimal.yml +++ b/.github/workflows/ci-minimal.yml @@ -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 \ No newline at end of file