Skip to content

Commit

Permalink
Update synk-zap-sls.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatadhatri authored May 3, 2024
1 parent 167ac4c commit e10503a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/synk-zap-sls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
echo "BUILD=true" >> $GITHUB_ENV
echo "::set-output name=build_version::$BUILD_VERSION_GENERATED"

# Step 3: Login to Dockerhub
- name: Login to Dockerhub
run: docker login -u "${{ secrets.DKRHUB_NCATSSVCDVOPS_USERNAME }}" -p "${{ secrets.DKRHUB_NCATSSVCDVOPS_TOKEN_WRITE }}"
# # Step 3: Login to Dockerhub
# - name: Login to Dockerhub
# run: docker login -u "${{ secrets.DKRHUB_NCATSSVCDVOPS_USERNAME }}" -p "${{ secrets.DKRHUB_NCATSSVCDVOPS_TOKEN_WRITE }}"

# Step 4: Build a Docker image
- name: Build a Docker image
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: reports
name: snyk-reports
path: ./*.pdf

ZAP-Docker-Scan:
Expand Down

0 comments on commit e10503a

Please sign in to comment.