Skip to content
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

feat: add PR security testing without cache #60

Merged
merged 1 commit into from Jan 12, 2024

Conversation

boubkerbribri
Copy link
Contributor

@boubkerbribri boubkerbribri commented Jan 11, 2024

Questions Answers
Description? feat: add PR security testing without cache using composite
Type? new feature
BC breaks? no
Deprecations? no
Fixed ticket? N/A
Sponsor company PrestaShopCorp
How to test? Tested on a private repository

Comment on lines +5 to +10
GH_REPOSITORY:
description: Pull request private repository
required: true
GH_TOKEN:
description: Github token to access the repository
required: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inputs added to set a repository and a personnel token to access it

Comment on lines +183 to +191
- uses: actions/checkout@v3
name: Checkout PrestaShop PR security private repository
with:
fetch-depth: 0
repository: ${{ inputs.GH_REPOSITORY }}
token: ${{ inputs.GH_TOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where the new inputs are used

Copy link
Contributor

@jolelievre jolelievre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@boubkerbribri boubkerbribri merged commit 0993471 into PrestaShop:main Jan 12, 2024
@boubkerbribri boubkerbribri deleted the feat/pr-security branch January 12, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

5 participants