Skip to content

Commit

Permalink
Merge pull request #132 from nirmata/nightly-scan-fix
Browse files Browse the repository at this point in the history
nightly scan fix
  • Loading branch information
anushkamittal2001 committed Jul 5, 2024
2 parents 57b8358 + 820d83e commit 0895400
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/nightly-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,17 @@ jobs:
run: |
make ko-build-kyverno KO_DOCKER_REPO=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
- name: Authenticate with repository
uses: octokit/request-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: 'nirmata/reusable-workflows'
path: /repos/nirmata/reusable-workflows/.github/actions/image-scanning/action.yml
method: GET

- name: image scanning
id: scan
uses: nirmata/reusable-workflows/.github/actions/image-scanning@cleanup
uses: ./.github/actions/image-scanning@main
with:
pcc_url: ${{ secrets.PCC_URL }}
pcc_user: ${{ secrets.PCC_USER }}
Expand Down

0 comments on commit 0895400

Please sign in to comment.