Skip to content

Commit

Permalink
applyed PR#31 from da3mon-01:patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangda committed Mar 21, 2021
2 parents 9dd4345 + ad2d445 commit d630340
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
run: GOBIN=$PWD/bin go install honnef.co/go/tools/cmd/staticcheck && ./bin/staticcheck ./...

- name: Run Linting
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.27
version: v1.33.0

- name: Run Tests
run: go test -cover -p 1 -race -v ./...
6 changes: 5 additions & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ Resources:
Effect: Allow
Action:
- "secretsmanager:Get*"
Resource: "*"
Resource:
- !Ref AWSGoogleCredentialsSecret
- !Ref AWSGoogleAdminEamil
- !Ref AWSSCIMEndpointSecret
- !Ref AWSSCIMAccessTokenSecret
Events:
SyncScheduledEvent:
Type: Schedule
Expand Down

0 comments on commit d630340

Please sign in to comment.