File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ jobs:
55
55
- name : Update Docker Hub description
56
56
uses : peter-evans/dockerhub-description@v4.0.0
57
57
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
64
64
65
65
- name : Run Trivy Image scanner
66
66
uses : aquasecurity/trivy-action@0.24.0
You can’t perform that action at this time.
0 commit comments