Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/security-scans/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
accept-filenames: usr/share/postgresql-common/pgdg/apt.postgresql.org.asc,etc/ssl/private/ssl-cert-snakeoil.key,usr/local/lib/python3.9/dist-packages/azure/core/settings.py,usr/local/lib/python3.11/dist-packages/azure/core/settings.py,usr/local/lib/python3.13/dist-packages/azure/core/settings.py

- name: Snyk
uses: snyk/actions/docker@master
uses: snyk/actions/docker@9adf32b1121593767fc3c057af55b55db032dc04 # master
id: snyk
if: ${{ inputs.snyk_token != '' }}
# Snyk can be used to break the build when it detects vulnerabilities.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bake_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Security checks
# NOTE: Do not modify this to point to the local action "./.github/actions/security-scans",
# as it will break workflows running bake_targets.yml (this workflow) from external repositories.
uses: cloudnative-pg/postgres-containers/.github/actions/security-scans@main
uses: cloudnative-pg/postgres-containers/.github/actions/security-scans@b34c53e06c857063e60eb8c7f63dc0f336728cd1 # main
with:
image: "${{ matrix.image }}"
registry_user: ${{ github.actor }}
Expand All @@ -180,7 +180,7 @@ jobs:
- name: Copy to production
# NOTE: Do not modify this to point to the local action "./.github/actions/copy-images",
# as it will break workflows running bake_targets.yml (this workflow) from external repositories.
uses: cloudnative-pg/postgres-containers/.github/actions/copy-images@main
uses: cloudnative-pg/postgres-containers/.github/actions/copy-images@b34c53e06c857063e60eb8c7f63dc0f336728cd1 # main
with:
bake_build_metadata: "${{ needs.testbuild.outputs.metadata }}"
registry_user: ${{ github.actor }}
Expand Down
Loading