Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test2 #5412

Closed
wants to merge 4 commits into from
Closed

Test2 #5412

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ Format the PR _title_ like this: <Language>: <what you did in> <AWS service>
In the PR _body_, you can describe your changes in more detail. If the title is descriptive enough, however, you can delete the body.
-->

---
# Currently supported
name: "Feature request"
about: "Feature request blabla"
# Please add these <!>
title: "feat: "
labels: ["feature-request", "not-reviewed"]
---

This pull request...


---
_By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license._
9 changes: 9 additions & 0 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,12 @@ jobs:
docker tag $REPOSITORY:$IMAGE_TAG $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG
docker push $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG
continue-on-error: true
- name: Scan for vulnerabilities
if: contains(github.event.pull_request.labels.*.name, 'lang/swift')
env:
REPOSITORY: swift
id: scan
uses: crazy-max/ghaction-container-scan@v3
with:
image: $REPOSITORY:$IMAGE_TAG
dockerfile: ./Dockerfile
55 changes: 0 additions & 55 deletions swift/README.md

This file was deleted.

Loading