Sean Erswell-Liljefelt
Sean Erswell-Liljefelt
I know its two different plugins here but I guess the mermaid plugin is very commonly used as well as yours. If you don't ask, you don't get :)
### TL;DR I would like the possibility (probably an input like sanitize-values: true) to sanitize the inputs based on GCP naming restrictions. A prime example is that we produce branch-based...
Awesome action all around! Just missing one thing and thats buildkit? as an example of an everyday Docker command not supported by the action currently: ``` COPY --chown=someuser --chmod=755 somebinary...
``` - name: Run tfsec uses: aquasecurity/[email protected] with: github_token: ${{ secrets.token }} working_directory: ${{ inputs.path }} tfsec_version: ${{ inputs.tfsec-version }} tfsec_args: ${{ inputs.tfsec-args }} tfsec_formats: junit,sarif commenter_version: latest - uses:...
### Question As an example - I am trying to implement the equivalent of gcloud command ``` gcloud functions deploy my-function \ --runtime go113 \ --trigger-topic=some_topic \ --service-account=$CLOUD_FUNCTION_SA_EMAIL \ --project...
Currently we can only filter with State pretty much. I would like to filter by the presence or absence of a label. As a solid example that triggers this issue...
## Description Provides a slack template that builds a block-kit payload with a summary of results. Useful for CI and scheduled scans where you would want to send the results...
I battled for a while to get the action to only run for Go and a specific directory in a multi-language mono-repo. I seemed to successful with the following: ```...
It seems to me that the action is limited to only the scanners `os` and `library`? Passing other valid types such as `license` is not possible. Not sure if this...
And all standard configs for semantic release for that matter! It seems to me that this action doesn't support (in my case) .`releaserc.json` at root of project which is pretty...