-
Notifications
You must be signed in to change notification settings - Fork 190
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
actions: update permissions and add show-vulnerabilities to security #615
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase with main to resolve conflicts.
This PR contains commits that already been merged on main branch of Horusec. Please rebase your PR with our current main branch. |
This PR depends on a feature i will add, as soon it's ok i'll update the branch |
This commit will be used to solve ZupIT/horusec#615 and other repositories in security step to show vulnerabilities but not fail the pipeline Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>
This commit will be used to solve #615 and other repositories in security step to show vulnerabilities but not fail the pipeline Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>
This commit will be used to solve #615 and other repositories in security step to show vulnerabilities but not fail the pipeline Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>
This commit will be used to solve #615 and other repositories in security step to show vulnerabilities but not fail the pipeline Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>
This commit will be used to solve #615 and other repositories in security step to show vulnerabilities but not fail the pipeline Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>
This commit will be used to solve #615 and other repositories in security step to show vulnerabilities but not fail the pipeline Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>
This commit will be used to solve #615 and other repositories in security step to show vulnerabilities but not fail the pipeline Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>
This commit will be used to solve #615 and other repositories in security step to show vulnerabilities but not fail the pipeline Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>
This commit will be used to solve #615 and other repositories in security step to show vulnerabilities but not fail the pipeline Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>
This commit will be used to solve #615 and other repositories in security step to show vulnerabilities but not fail the pipeline Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>
Signed-off-by: Ian Cardoso <ian.cardoso@zup.com.br>
@@ -28,4 +27,5 @@ jobs: | |||
HORUSEC_CLI_REPOSITORY_NAME: ${{ secrets.HORUSEC_CLI_REPOSITORY_NAME }} | |||
run: | | |||
curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/master/deployments/scripts/install.sh | bash -s latest | |||
horusec start -p . -e true -G true | |||
horusec start -p . -e true -G true --show-vulnerabilities-types="Vulnerability, Risk Accepted" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think about remove the "true" values? They are not necessary when using boolean flags.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please refer to #637 since we found a bug on PR with fork origin
Signed-off-by: Ian Cardoso ian.cardoso@zup.com.br
- What I did
Updating permissions to match scorecard standards, but token permissions is still in WIP and it's a problemactic subject on scorecard yet. I will checkout updates to keep us informed about it.
- How to verify it
- Description for the changelog