diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5bd9a3..669b151 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: exclude: '^_tests/.*\.sh$' - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.10 hooks: - id: actionlint args: ['-shellcheck='] diff --git a/docker-build/action.yml b/docker-build/action.yml index f12dfb4..e51224c 100644 --- a/docker-build/action.yml +++ b/docker-build/action.yml @@ -536,7 +536,7 @@ runs: - name: Scan Image for Vulnerabilities id: scan if: inputs.scan-image == 'true' && inputs.dry-run != 'true' - uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1 + uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0 with: scan-type: 'image' image-ref: ${{ steps.image-name.outputs.name }}:${{ inputs.tag }}