diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65c22048..e0a36db1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -185,7 +185,7 @@ jobs: uses: StackVista/image-pipeline/.github/actions/scan-image@6284a6fc006a7cc46a7f00d02c50d5f21b117b63 with: image: ${{ env.IMAGE }}:${{ steps.image.outputs.tag }}-${{ matrix.arch }} - mode: gate + mode: inform severity: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL with-grype: true exceptions-path: exceptions diff --git a/Makefile b/Makefile index 32dda3e4..d9152244 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,6 @@ AGENT_SOURCE_MOUNT = /stackstate-process-agent-mount PROJECT_DIR = /go/src/github.com/StackVista/stackstate-process-agent DOCKER_ENV = --env PROJECT_DIR=${PROJECT_DIR} \ - --env artifactory_user=${ARTIFACTORY_USER} \ - --env artifactory_password=${ARTIFACTORY_PASSWORD} \ - --env ARTIFACTORY_PYPI_URL="artifactory.tooling.stackstate.io/artifactory/api/pypi/pypi-local/simple" \ --env PYTHON_RUNTIME=2