Skip to content

Commit

Permalink
Update gobuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandibles232 committed May 7, 2024
1 parent 4b8e0d8 commit 69cf235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
run: docker login --username svc_terrascan --password ${{ secrets.ARTIFACTORY_API_TOKEN }} https://docker-terrascan-local.artifactory.eng.tenable.com

- name: Pull Image
run: docker pull docker-terrascan-local.artifactory.eng.tenable.com/tenb-cb:latest
run: docker pull docker-terrascan-local.artifactory.eng.tenable.com/tenb-cb:1.0.7.DEV240507145715-AC-DEBUG-I1523-D240507-7

- name: Run scan
run: |
docker run -e JKN_USERNAME=${{ secrets.JKN_USERNAME }} -e JKN_PASSWORD=${{ secrets.JKN_PASSWORD }} -t \
docker-terrascan-local.artifactory.eng.tenable.com/tenb-cb:latest jobs execute-job --credential-mode env -p test -n test
docker-terrascan-local.artifactory.eng.tenable.com/tenb-cb:1.0.7.DEV240507145715-AC-DEBUG-I1523-D240507-7 jobs execute-job --credential-mode env -p test -n test

0 comments on commit 69cf235

Please sign in to comment.