Skip to content

Commit 37aca12

Browse files
fix: indentation on workflow script
1 parent 7f88cc9 commit 37aca12

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
- name: Update Docker Hub description
5656
uses: peter-evans/dockerhub-description@v4.0.0
5757
with:
58-
username: ${{ secrets.DOCKERHUB_USERNAME }}
59-
password: ${{ secrets.DOCKERHUB_TOKEN }}
60-
repository: georgedavisibexlabs/publish-sarif-to-jira
61-
short-description: Publish SARIF data to JIRA
62-
readme-filepath: ./DOCKER.md
63-
enable-url-completion: true
58+
username: ${{ secrets.DOCKERHUB_USERNAME }}
59+
password: ${{ secrets.DOCKERHUB_TOKEN }}
60+
repository: georgedavisibexlabs/publish-sarif-to-jira
61+
short-description: Publish SARIF data to JIRA
62+
readme-filepath: ./DOCKER.md
63+
enable-url-completion: true
6464

6565
- name: Run Trivy Image scanner
6666
uses: aquasecurity/trivy-action@0.24.0

0 commit comments

Comments
 (0)