Skip to content

Commit

Permalink
chore(release): test tag use
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajmouriyakong committed Jan 6, 2025
1 parent 4a73d21 commit 9a1bccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Scan AMD64 Image digest
id: sbom_action_amd64
if: steps.image_manifest_metadata.outputs.amd64_sha != ''
uses: Kong/public-shared-actions/security-actions/scan-docker-image@11e80bb231ae182696a52f7ec7b0b9fae53303bf
uses: Kong/public-shared-actions/security-actions/scan-docker-image@security-actions/[email protected]
with:
asset_prefix: kong-gateway-dev-linux-amd64
image: ${{env.IMAGE}}@${{ steps.image_manifest_metadata.outputs.amd64_sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
repository: ${{env.TEST_REPOSITORY}}
token: ${{secrets.GITHUB_TOKEN}}
path: ${{env.TEST_REPOSITORY}}
- uses: Kong/public-shared-actions/security-actions/semgrep@security-actions/[email protected]
- uses: ./security-actions/semgrep
with:
additional_config: '--config p/rust'
codeql_upload: false
Expand Down

0 comments on commit 9a1bccf

Please sign in to comment.