Nathaniel Ray
Results
2
issues of
Nathaniel Ray
I am trying to use `mapkubeapis` and am receiving the following error: ``` helm mapkubeapis --dry-run --namespace --kubeconfig /Users/nat-ray/.kube/config --kube-context 2023/04/13 11:01:52 NOTE: This is in dry-run mode, the following...
bug
I have the following set in my workflow: ``` uses: aquasecurity/trivy-action@master with: image-ref: '${{ env.image_name }}:${{ env.TAG_NAME }}' exit: '1' severity: 'CRITICAL' ``` I only want the workflow to fail...