Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda Cornwell authored and Amanda Cornwell committed Oct 19, 2023
1 parent 9df9d90 commit 2aed9df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@ jobs:
- name: Build Terrascan
run: make build

- name: Run unit tests
run: make unit-tests
#- name: Run unit tests
# run: make unit-tests

- name: install kind
run: make install-kind
#- name: install kind
# run: make install-kind

- name: Run e2e tests
run: make e2e-tests
#- name: Run e2e tests
# run: make e2e-tests

- name: Run e2e vulnerability tests
if: ${{ (github.event_name == 'push'|| github.event_name == 'schedule') && github.actor != 'dependabot[bot]' }}
run: make e2e-vulnerability-tests
#- name: Run e2e vulnerability tests
# if: ${{ (github.event_name == 'push'|| github.event_name == 'schedule') && github.actor != 'dependabot[bot]' }}
# run: make e2e-vulnerability-tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
#- name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1

# push image to Docker Hub
push:
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail

DOCKER_REPO="docker-terrascan-local.artifactory.eng.tenable.com"
DOCKER_REPO="docker-terrascan-local.artifactory.eng.tenable.com/terrascan"
DOCKERFILE="./build/Dockerfile"

if [ $# -eq 0 ]; then
Expand Down

0 comments on commit 2aed9df

Please sign in to comment.