Fix potential security issues in GitHub actions - #4838
Conversation
96a9351 to
1bce834
Compare
marcphilipp
left a comment
There was a problem hiding this comment.
Thanks for taking care of this! 👍
Is there a way of running this check continuously, e.g. as a GitHub Actions workflow?
1bce834 to
5b863e1
Compare
|
This usage is also found as an error, but given the nature of the input (an optional string with env:
ARGUMENTS: ${{ inputs.arguments }}
run: |
./gradlew \
... \
${ARGUMENTS}Since the input value comes from a workflow, I think we can leave it as it is? |
@marcphilipp I was wondering about that as well, but I guess we would need some mechanism to say "this is ignored intentionally" for that to be possible (I haven't checked that yet, will do) |
5b863e1 to
cb84510
Compare
Seems like there is a way, and a github action as well. I'll add that to #4558 deliverables and set that up in another PR. |
21fdb5b to
8216b93
Compare
8216b93 to
67652d8
Compare
I ran zizmor static analysis tool as suggested in #4558 and found several warnings/errors.
Some of them are addressed in this PR:
I hereby agree to the terms of the JUnit Contributor License Agreement.