Skip to content

Commit

Permalink
added UID: 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPlumcake authored Nov 17, 2023
1 parent b7b53a8 commit f0d9ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/super-sast-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Run Docker Image
run: |
docker run --name super-sast-artifact -v $PWD:/code -e M2_HOME=/code -e HOME=/code -e GITHUB_API_URL=${{ github.api_url }} -e GITHUB_REPOSITORY=${{ github.repository }} -e GITHUB_SHA=${{ github.sha }} -e INPUT_REPO_TOKEN=${{ github.token }} -w /code -u runner super-sast-action:0.6
docker run --name super-sast-artifact -v $PWD:/code -e M2_HOME=/code -e HOME=/code -e GITHUB_API_URL=${{ github.api_url }} -e GITHUB_REPOSITORY=${{ github.repository }} -e GITHUB_SHA=${{ github.sha }} -e INPUT_REPO_TOKEN=${{ github.token }} -w /code -u 1000 super-sast-action:0.6
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f0d9ce6

Please sign in to comment.