Skip to content

Commit

Permalink
Update gobuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mandibles232 authored Oct 11, 2023
1 parent 9815340 commit edbed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: nslookup https://terrascan-test.artifactory.eng.tenable.com

- name: Login to Artifactory
run: docker login --username ${{ secrets.JKN_USERNAME }} --password JKN_PASSWORD=${{ secrets.JKN_USERNAME }} https://terrascan-test.artifactory.eng.tenable.com
run: docker login --username ${{ secrets.JKN_USERNAME }} --password ${{ secrets.ARTIFACTORY_API_TOKEN }} https://terrascan-test.artifactory.eng.tenable.com

- name: Pull Image
run: docker pull terrascan-test.artifactory.eng.tenable.com/tenb-cb:1.0.8.DEV230807225718-J-EPRT-TENB-CB-TENB-CB-CICD-5797-8
Expand Down

0 comments on commit edbed39

Please sign in to comment.