Skip to content

Commit

Permalink
Add supported commands documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Sep 19, 2024
1 parent eefaace commit 7c70858
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,18 @@ To disable the JFrog Job Summary altogether, set the `disable-job-summary` input
disable-job-summary: true
```

### JFrog Job Summary Example:
### Supported Commands
| Section | Package Managers / Commands |
|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Curation Audit | <img src="images/icons/maven.svg" width="30"><img src="images/icons/npm.svg" width="30"><img src="images/icons/pypi.svg" width="30"><img src="images/icons/go.svg" width="30"> |
| Published Modules Artifacts | <img src="images/icons/docker.svg" width="30"><img src="images/icons/maven.svg" width="30"><img src="images/icons/npm.svg" width="30"><img src="images/icons/pypi.svg" width="30"><img src="images/icons/go.svg" width="30"><img src="images/icons/terraform.svg" width="30"><img src="images/icons/generic.png" width="30"> |
| Published Modules Security | <img src="images/icons/docker.svg" width="30"> (`jf docker scan`) |
| Published Build Info Security | `jf build-scan` |
| Code Scanning | `jf docker scan`, `jf scan` |

Published Build Info / Modules Views are available if `jf rt build-publish` was run (automatically or manually).

### JFrog Job Summary Example

![JFrog-Job-Summary](images/job_summary.png)

Expand Down
1 change: 1 addition & 0 deletions images/icons/docker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/icons/generic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions images/icons/go.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7c70858

Please sign in to comment.