Skip to content

Commit

Permalink
Update README-dockerhub.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tzurielweisberg authored Sep 14, 2023
1 parent a57a80b commit ac35c2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README-dockerhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,13 @@ podman run --rm \
-e TRIVY_RUN_AS_PLUGIN='aqua' \
-e SAST='true' \
-e INPUT_WORKING_DIRECTORY='/scanning' \
-e GITHUB_TOKEN=${GITHUB_TOKEN} \
-e GITHUB_USER=${GITHUB_APP} \
-v ${WORKSPACE}:/scanning \
docker.io/aquasec/aqua-scanner \
git config --global --add safe.directory /scanning && trivy fs --scanners='config,vuln,secret' .

```

When working within CI environment, it's important to include the Source Code Management (SCM) tokens for pull requests. You can find additional guidance and details on this matter within our platform for your reference about each SCM.

## Compatibility
The plugin is designed for Docker environments and is compatible with Linux containers.
Expand Down

0 comments on commit ac35c2c

Please sign in to comment.