You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCKER.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Project Status: **In Active Development**
25
25
1. Copy the `.env.example` file into `.env`
26
26
2. Update the configuration values, both `input` and `jira` values on the `.env` file
27
27
3. Run Docker container using
28
-
`docker run --network host -itd --env-file .env publish-sarif-to-jira:main`
28
+
`docker run --network host -itd --env-file .env publish-sarif-to-jira:latest`
29
29
30
30
4. The Python script within the Docker container iterates through the SARIF files (files ending with `.sarif` extension or has the term `.sarif` in the filename) and creates JIRA Issues on your JIRA Cloud instance
0 commit comments