-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 21° ] Release/v2.1.0/refactor dpp script #207
[ 21° ] Release/v2.1.0/refactor dpp script #207
Conversation
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
.github/workflows/trivy.yml
Outdated
|
||
- name: Upload Trivy scan results to GitHub Security tab | ||
if: always() | ||
uses: github/codeql-action/upload-sarif@v2 | ||
uses: github/codeql-action/upload-sarif@v3 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
.github/workflows/trivy.yml
Outdated
|
||
- name: Upload Trivy scan results to GitHub Security tab | ||
if: always() | ||
uses: github/codeql-action/upload-sarif@v2 | ||
uses: github/codeql-action/upload-sarif@v3 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
.github/workflows/trivy.yml
Outdated
|
||
- name: Upload Trivy scan results to GitHub Security tab | ||
uses: github/codeql-action/upload-sarif@v2 | ||
uses: github/codeql-action/upload-sarif@v3 |
Check notice
Code scanning / KICS
Unpinned Actions Full Length Commit SHA Note
Dockerfile
Outdated
@@ -62,15 +63,15 @@ | |||
HEALTHCHECK NONE | |||
|
|||
# add permissions for a user | |||
RUN chown -R 10000:3000 /app && chmod -R 775 /app/ | |||
RUN chown 10000:3000 /entrypoint.sh && chmod -R 775 /entrypoint.sh | |||
RUN chown -R 1000:3000 /app && chmod -R 775 /app/ |
Check notice
Code scanning / KICS
Multiple RUN, ADD, COPY, Instructions Listed Note
…ests Feature/cmp 804/create unit tests
Why we create this PR?
This PR contains the following changes:
What we want to achieve with this PR?
To ensure robustness of the dpp script by fixing some issues.
What is new?
Added
Updated