diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9305ae6a1..403c09231 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: # You are encouraged to use static refs such as tags, instead of branch name # # Running "pre-commit autoupdate" would automatically updates rev to latest tag - rev: 0.13.1+ibm.58.dss + rev: 0.13.1+ibm.62.dss hooks: - id: detect-secrets # pragma: whitelist secret # Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options. diff --git a/.secrets.baseline b/.secrets.baseline index eaf9d7df9..1a2dee292 100644 --- a/.secrets.baseline +++ b/.secrets.baseline @@ -242,7 +242,7 @@ } ] }, - "version": "0.13.1+ibm.58.dss", + "version": "0.13.1+ibm.62.dss", "word_list": { "file": null, "hash": null diff --git a/Makefile.ibm b/Makefile.ibm index 7e8ba9c8f..a64d756ec 100644 --- a/Makefile.ibm +++ b/Makefile.ibm @@ -10,10 +10,6 @@ DOCKER_REGISTRY_ICR := icr.io DOCKER_USER_ICR := iamapikey DOCKER_PASS_ICR := $(IBM_CLOUD_API_KEY) -# DOCKER_REGISTRY_ART := txo-toolbox-team-docker-local.artifactory.swg-devops.com -# DOCKER_USER_ART := $(ART_USER_ID) -# DOCKER_PASS_ART := $(ART_API_KEY) - DOCKER_IMAGES_TO_TAG := detect-secrets detect-secrets-hook DOCKER_IMAGES_TO_SCAN := detect-secrets detect-secrets-hook detect-secrets:redhat-ubi detect-secrets:redhat-ubi-custom DOCKER_IMAGES_TO_PUBLISH := @@ -87,7 +83,6 @@ docker-build-images: done docker-login: - # @echo $(DOCKER_PASS_ART) | docker login -u $(DOCKER_USER_ART) --password-stdin $(DOCKER_REGISTRY_ART); @echo $(DOCKER_PASS_ICR) | docker login -u $(DOCKER_USER_ICR) --password-stdin $(DOCKER_REGISTRY_ICR); docker-publish-images: docker-login @@ -123,7 +118,6 @@ docker-publish-image: $(COSIGN) verify --key env://COSIGN_PUBLIC_KEY "$(DOCKER_REGISTRY)/$(DOCKER_DOMAIN)/$(IMAGE_NAME)"; cosign-login: - # @echo $(DOCKER_PASS_ART) | $(COSIGN) login -u $(DOCKER_USER_ART) --password-stdin $(DOCKER_REGISTRY_ART); \ @echo $(DOCKER_PASS_ICR) | $(COSIGN) login -u $(DOCKER_USER_ICR) --password-stdin $(DOCKER_REGISTRY_ICR); publish-cos: diff --git a/user-config/.pre-commit-config.yaml b/user-config/.pre-commit-config.yaml index ec3080435..50c1a6ea5 100644 --- a/user-config/.pre-commit-config.yaml +++ b/user-config/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: # You are encouraged to use static refs such as tags, instead of branch name # # Running "pre-commit autoupdate" automatically updates rev to latest tag - rev: 0.13.1+ibm.61.dss + rev: 0.13.1+ibm.62.dss hooks: - id: detect-secrets # pragma: whitelist secret # Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.