We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7db4b9 commit 43a86afCopy full SHA for 43a86af
.github/workflows/ci.yml
@@ -53,7 +53,8 @@ jobs:
53
git config --global --add safe.directory "$GITHUB_WORKSPACE"
54
git config user.email ${{ github.actor }}[email protected]
55
git config user.name ${{ github.actor }}
56
- - name: Run linters
+
57
+ - name: Run linters
58
run: |
59
echo 'eirctl run vuln:check'
60
eirctl.yaml
@@ -4,7 +4,7 @@ import:
4
contexts:
5
unit:test:
6
container:
7
- name: docker.io/dnitsch/aws-cli-auth-ci:0.2.0
+ name: docker.io/dnitsch/aws-cli-auth-ci:0.3.0
8
entrypoint: /usr/bin/env
9
shell: sh
10
shell_args:
0 commit comments