Skip to content

cloudbees-io/jfrog-xray-scan-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CloudBees action: Scan with JFrog Xray

Use this action to scan image binaries with the JFrog Xray scanner to identify and fix security vulnerabilities.

Inputs

Table 1. Input details
Input name Data type Required? Description

registry-url

String

Yes

The JFrog registry URL.

username

String

Yes

The JFrog username.

password

String

Yes

The JFrog password.

image-location

String

Yes

The container image location.

image-tag

String

Yes

The container image tag.

Usage example

In your YAML file, add:

      - name: Scan with JFrog Xray
        uses: cloudbees-io/jfrog-xray-scan-container@v1
        with:
          registry-url: ${{ vars.JFROG_REGISTRY }}
          username: ${{ vars.JFROG_USERNAME }}
          password: ${{ secrets.JFROG_PASSWORD }}
          image-location: "test-example.jfrog.io/local/alpine"
          image-tag: "latest"

License

This code is made available under the MIT license.

References

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors